From 7ef86b07583ef8aa655c37fe85750d5c8b684d0b Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Fri, 3 Nov 2000 22:30:09 +0000 Subject: [PATCH] (mouse-wheel-mode): Drop unneeded positional args. --- lisp/mwheel.el | 3 +-- 1 file changed, 1 insertion(+), 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 -- 2.39.5