aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2000-11-03 22:30:09 +0000
committerStefan Monnier2000-11-03 22:30:09 +0000
commit7ef86b07583ef8aa655c37fe85750d5c8b684d0b (patch)
tree2e54fbe036f17939b9da8ce2330e87f2f5742d2e
parent3392cf05d77488c722136b65cd88df2518783af1 (diff)
downloademacs-7ef86b07583ef8aa655c37fe85750d5c8b684d0b.tar.gz
emacs-7ef86b07583ef8aa655c37fe85750d5c8b684d0b.zip
(mouse-wheel-mode): Drop unneeded positional args.
-rw-r--r--lisp/mwheel.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/mwheel.el b/lisp/mwheel.el
index f7feab41250..e7519cbfb66 100644
--- a/lisp/mwheel.el
+++ b/lisp/mwheel.el
@@ -98,13 +98,12 @@ This can be slightly disconcerting, but some people may prefer it."
98;;; Note this definition must be at the end of the file, because 98;;; Note this definition must be at the end of the file, because
99;;; `define-minor-mode' actually calls the mode-function if the 99;;; `define-minor-mode' actually calls the mode-function if the
100;;; associated variable is non-nil, which requires that all needed 100;;; associated variable is non-nil, which requires that all needed
101;;; functions be already defined. [This is arguably a bug in d-m-m] 101;;; functions be already defined.
102;;;###autoload 102;;;###autoload
103(define-minor-mode mouse-wheel-mode 103(define-minor-mode mouse-wheel-mode
104 "Toggle mouse wheel support. 104 "Toggle mouse wheel support.
105With prefix argument ARG, turn on if positive, otherwise off. 105With prefix argument ARG, turn on if positive, otherwise off.
106Returns non-nil if the new state is enabled." 106Returns non-nil if the new state is enabled."
107 nil nil nil
108 :global t 107 :global t
109 :group 'mouse 108 :group 'mouse
110 ;; In the latest versions of XEmacs, we could just use 109 ;; In the latest versions of XEmacs, we could just use