projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7882c77
)
; Fix warning in mwheel.el
author
Stefan Kangas
<stefan@marxist.se>
Mon, 4 Jul 2022 14:58:53 +0000
(16:58 +0200)
committer
Stefan Kangas
<stefan@marxist.se>
Mon, 4 Jul 2022 15:01:53 +0000
(17:01 +0200)
* lisp/mwheel.el (global-text-scale-adjust): Declare function.
lisp/mwheel.el
patch
|
blob
|
history
diff --git
a/lisp/mwheel.el
b/lisp/mwheel.el
index e32f896916ff983df0e19446d314cc2f2f09862d..ba5255fc07674cd1b06f4f6728ffdb933dc9e62d 100644
(file)
--- a/
lisp/mwheel.el
+++ b/
lisp/mwheel.el
@@
-441,6
+441,7
@@
See also `text-scale-adjust'."
(text-scale-decrease 1)))
(select-window selected-window))))
+(declare-function global-text-scale-adjust "face-remap.el" (increment))
(defun mouse-wheel-global-text-scale (event)
"Increase or decrease the global font size according to the EVENT.
This invokes `global-text-scale-adjust', which see."