diff options
author | Glenn Morris <rgm@gnu.org> | 2015-05-08 20:13:47 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2015-05-08 20:13:47 -0400 |
commit | 5b0af214c81666decaf9cebf191a213d205d8a45 (patch) | |
tree | 49a7caae09cfea07d1c507c0e22d5d9fa1d5836f /lisp/linum.el | |
parent | e13e72a27962acc93e7d86afba1ed15363c5229e (diff) | |
download | emacs-5b0af214c81666decaf9cebf191a213d205d8a45.tar.gz |
Quieten compilation, eg in --without-x builds.
* lisp/dired-aux.el (lpr-printer-switch):
* lisp/frame.el (tool-bar-height):
* lisp/linum.el (font-info):
* lisp/window.el (font-info, overflow-newline-into-fringe)
(tool-bar-height):
* lisp/emacs-lisp/package-x.el (tar-data-buffer):
* lisp/gnus/gnus-util.el (iswitchb-mode):
* lisp/mail/rmailmm.el (libxml-parse-html-region):
* lisp/net/nsm.el (gnutls-peer-status)
(gnutls-peer-status-warning-describe):
* lisp/net/shr.el (libxml-parse-xml-region):
* lisp/url/url-http.el (gnutls-peer-status): Declare.
Diffstat (limited to 'lisp/linum.el')
-rw-r--r-- | lisp/linum.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/linum.el b/lisp/linum.el index de15274314c..2aac13ab9b0 100644 --- a/lisp/linum.el +++ b/lisp/linum.el @@ -138,6 +138,9 @@ Linum mode is a buffer-local minor mode." (mapc #'delete-overlay linum-available) (setq linum-available nil)))) +;; Behind display-graphic-p test. +(declare-function font-info "font.c" (name &optional frame)) + (defun linum--face-width (face) (let ((info (font-info (face-font face))) width) |