]> git.eshelyaron.com Git - emacs.git/commit
; Fix warnings in a tty-only build on MS-Windows
authorEli Zaretskii <eliz@gnu.org>
Sun, 5 Jan 2025 09:03:07 +0000 (11:03 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sun, 5 Jan 2025 12:18:51 +0000 (13:18 +0100)
commit7dbddc5356edf0bff6b2158ae90cf90d404ddef2
tree42df0cc2130f2050f64b58329278c7b7322561dc
parent8b38bed6d9d12813bdbb7ef4d5ca47699f299c00
; Fix warnings in a tty-only build on MS-Windows

* lisp/org/org.el (dnd-open-local-file):
* lisp/dired.el (tool-bar--image-expression):
* lisp/term/android-win.el (x-handle-args): Declare.
* lisp/w32-fns.el (w32-system-shells):
(w32-allow-system-shell):
* lisp/net/shr.el (image-scaling-factor):
* lisp/net/eww.el (image-scaling-factor):
* lisp/image.el (image-scaling-factor): Defvar.
(image-recompute-map-p): Move to before the first use.
Reported by Angelo Graziosi <angelo.g0@libero.it>.

(cherry picked from commit 7eb8596ff5f1964f91664a6b7cac3199a5af5ba7)
lisp/dired.el
lisp/image.el
lisp/net/eww.el
lisp/net/shr.el
lisp/org/org.el
lisp/term/android-win.el
lisp/w32-fns.el