diff options
| author | Glenn Morris | 2018-02-26 22:47:27 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-02-26 22:47:27 -0800 |
| commit | ea2008aeebaaaca7571dd665d54eeddcd6d2c84c (patch) | |
| tree | bdbca3413a18ed95e8bd00902d7dcde4389bf6bc /lisp/textmodes | |
| parent | fe9b612123cbcb74b79c3f8eb4043a1ad3ebb3a6 (diff) | |
| download | emacs-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/textmodes')
| -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'), | |||
| 2232 | and the CDR is the list of class names found in the buffer.") | 2232 | and the CDR is the list of class names found in the buffer.") |
| 2233 | (make-variable-buffer-local 'html--buffer-ids-cache) | 2233 | (make-variable-buffer-local 'html--buffer-ids-cache) |
| 2234 | 2234 | ||
| 2235 | (declare-function libxml-parse-html-region "xml.c" | ||
| 2236 | (start end &optional base-url discard-comments)) | ||
| 2237 | |||
| 2235 | (defun html-current-buffer-classes () | 2238 | (defun html-current-buffer-classes () |
| 2236 | "Return a list of class names used in the current buffer. | 2239 | "Return a list of class names used in the current buffer. |
| 2237 | The result is cached in `html--buffer-classes-cache'." | 2240 | The result is cached in `html--buffer-classes-cache'." |