aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/help.el
diff options
context:
space:
mode:
authorGlenn Morris2018-02-26 22:47:27 -0800
committerGlenn Morris2018-02-26 22:47:27 -0800
commitea2008aeebaaaca7571dd665d54eeddcd6d2c84c (patch)
treebdbca3413a18ed95e8bd00902d7dcde4389bf6bc /lisp/help.el
parentfe9b612123cbcb74b79c3f8eb4043a1ad3ebb3a6 (diff)
downloademacs-ea2008aeebaaaca7571dd665d54eeddcd6d2c84c.tar.gz
emacs-ea2008aeebaaaca7571dd665d54eeddcd6d2c84c.zip
Quieten without-x, without-xml2 builds
* lisp/help.el (x-display-pixel-height, x-display-pixel-width): * lisp/image.el (image-flush, image-size): * lisp/textmodes/sgml-mode.el (libxml-parse-html-region): Declare for compiler.
Diffstat (limited to 'lisp/help.el')
-rw-r--r--lisp/help.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/help.el b/lisp/help.el
index dcf1f32069b..e9235460329 100644
--- a/lisp/help.el
+++ b/lisp/help.el
@@ -1059,6 +1059,9 @@ is currently activated with completion."
1059 (setq minor-modes (cdr minor-modes))))) 1059 (setq minor-modes (cdr minor-modes)))))
1060 result)) 1060 result))
1061 1061
1062(declare-function x-display-pixel-height "xfns.c" (&optional terminal))
1063(declare-function x-display-pixel-width "xfns.c" (&optional terminal))
1064
1062;;; Automatic resizing of temporary buffers. 1065;;; Automatic resizing of temporary buffers.
1063(defcustom temp-buffer-max-height 1066(defcustom temp-buffer-max-height
1064 (lambda (_buffer) 1067 (lambda (_buffer)