summaryrefslogtreecommitdiff
path: root/lisp/mwheel.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2000-11-03 22:30:09 +0000
committerStefan Monnier <monnier@iro.umontreal.ca>2000-11-03 22:30:09 +0000
commite180f497b1d7d66b4d6c0a212c38308104101ea5 (patch)
tree6834952d7f255178cc3ad4b2c182ada3a8652a8c /lisp/mwheel.el
parentcddb215871680e5556c940dba52cc807ca764f31 (diff)
downloademacs-e180f497b1d7d66b4d6c0a212c38308104101ea5.tar.gz
(mouse-wheel-mode): Drop unneeded positional args.
Diffstat (limited to 'lisp/mwheel.el')
-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."
;;; Note this definition must be at the end of the file, because
;;; `define-minor-mode' actually calls the mode-function if the
;;; associated variable is non-nil, which requires that all needed
-;;; functions be already defined. [This is arguably a bug in d-m-m]
+;;; functions be already defined.
;;;###autoload
(define-minor-mode mouse-wheel-mode
"Toggle mouse wheel support.
With prefix argument ARG, turn on if positive, otherwise off.
Returns non-nil if the new state is enabled."
- nil nil nil
:global t
:group 'mouse
;; In the latest versions of XEmacs, we could just use