Mercurial > emacs
changeset 33193:d70bb5e33b91
(mouse-wheel-mode): Drop unneeded positional args.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Fri, 03 Nov 2000 22:30:09 +0000 |
parents | 76b47f37d61c |
children | cbfead93715d |
files | lisp/mwheel.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mwheel.el Fri Nov 03 22:29:27 2000 +0000 +++ b/lisp/mwheel.el Fri Nov 03 22:30:09 2000 +0000 @@ -98,13 +98,12 @@ ;;; 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