diff options
author | Glenn Morris <rgm@gnu.org> | 2018-02-26 22:47:27 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-02-26 22:47:27 -0800 |
commit | ea2008aeebaaaca7571dd665d54eeddcd6d2c84c (patch) | |
tree | bdbca3413a18ed95e8bd00902d7dcde4389bf6bc /lisp/textmodes/sgml-mode.el | |
parent | fe9b612123cbcb74b79c3f8eb4043a1ad3ebb3a6 (diff) | |
download | emacs-ea2008aeebaaaca7571dd665d54eeddcd6d2c84c.tar.gz |
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/textmodes/sgml-mode.el')
-rw-r--r-- | lisp/textmodes/sgml-mode.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/textmodes/sgml-mode.el b/lisp/textmodes/sgml-mode.el index eb6ebf52807..f6bdfc63844 100644 --- a/lisp/textmodes/sgml-mode.el +++ b/lisp/textmodes/sgml-mode.el @@ -2232,6 +2232,9 @@ buffer's tick counter (as produced by `buffer-modified-tick'), and the CDR is the list of class names found in the buffer.") (make-variable-buffer-local 'html--buffer-ids-cache) +(declare-function libxml-parse-html-region "xml.c" + (start end &optional base-url discard-comments)) + (defun html-current-buffer-classes () "Return a list of class names used in the current buffer. The result is cached in `html--buffer-classes-cache'." |