1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Fix some compilation warnings

Reported by Jacob Faibussowitsch <jacob.fai@gmail.com>

* lisp/net/eww.el (imagep): Declare.

* src/xdisp.c (note_fringe_highlight): Now compiled only if
HAVE_WINDOW_SYSTEM.
This commit is contained in:
Eli Zaretskii 2024-05-14 20:42:11 +03:00
parent 060914d6c1
commit 4a973ce7e2
2 changed files with 4 additions and 0 deletions

View file

@ -1353,6 +1353,7 @@ within text input fields."
(setq text-property-default-nonsticky '((face . t) (eww-form . t)
(field . t))))
(declare-function imagep "image.c")
(defvar text-scale-mode)
(defvar text-scale-mode-amount)
(defun eww--rescale-images ()