projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1219207
)
Autoload 'mouse-wheel-mode'
author
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 18 Mar 2021 05:21:44 +0000
(06:21 +0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Thu, 18 Mar 2021 05:21:44 +0000
(06:21 +0100)
* lisp/mwheel.el (mouse-wheel-mode): Autoload, since the mode can
be used (but isn't preloaded) when there isn't any window system
(bug#47162).
lisp/mwheel.el
patch
|
blob
|
history
diff --git
a/lisp/mwheel.el
b/lisp/mwheel.el
index adfeaccb29b79464b308412d659d1277c9766e5e..048f50c772879462e77457356204b4d128cda1d0 100644
(file)
--- a/
lisp/mwheel.el
+++ b/
lisp/mwheel.el
@@
-411,6
+411,7
@@
an event used for scrolling, such as `mouse-wheel-down-event'."
(cons (vector event)
(mapcar (lambda (prefix) (vector prefix event)) prefixes)))))
+;;;###autoload
(define-minor-mode mouse-wheel-mode
"Toggle mouse wheel support (Mouse Wheel mode)."
:init-value t