mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
; Fix byte-compilation warnings in --without-x build
* lisp/x-dnd.el (mwheel): * lisp/term/haiku-win.el (mwheel): Require. * lisp/progmodes/prog-mode.el (treesit-node-at): * lisp/dynamic-setting.el (reconsider-frame-font): Declare. (Bug#63415)
This commit is contained in:
parent
1174e8ba4d
commit
44c2befb4a
4 changed files with 8 additions and 0 deletions
|
|
@ -36,6 +36,9 @@
|
|||
(require 'menu-bar)
|
||||
(require 'fontset)
|
||||
(require 'dnd)
|
||||
;; For when building a --without-x configuration, where this is not
|
||||
;; preloaded.
|
||||
(eval-when-compile (require 'mwheel))
|
||||
|
||||
(add-to-list 'display-format-alist '(".*" . haiku))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue