From: Stefan Monnier Date: Fri, 3 Nov 2000 22:30:09 +0000 (+0000) Subject: (mouse-wheel-mode): Drop unneeded positional args. X-Git-Tag: emacs-pretest-21.0.90~320 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ef86b07583ef8aa655c37fe85750d5c8b684d0b;p=emacs.git (mouse-wheel-mode): Drop unneeded positional args. --- 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