Mercurial > emacs
changeset 48253:aa0e0ea91f27
(mouse-wheel-down-button, mouse-wheel-up-button):
Declare with defvar, not with defcustom.
author | Markus Rost <rost@math.uni-bielefeld.de> |
---|---|
date | Mon, 11 Nov 2002 22:05:56 +0000 |
parents | aa3f3f698845 |
children | 0012ec6b9866 |
files | lisp/mwheel.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mwheel.el Mon Nov 11 18:24:11 2002 +0000 +++ b/lisp/mwheel.el Mon Nov 11 22:05:56 2002 +0000 @@ -52,7 +52,7 @@ (set-default var button) (when active (mouse-wheel-mode 1)))) -(defcustom mouse-wheel-down-button 4 +(defvar mouse-wheel-down-button 4 "Obsolete. Use `mouse-wheel-down-event'.") (defcustom mouse-wheel-down-event ;; In the latest versions of XEmacs, we could just use mouse-%s as well. @@ -63,7 +63,7 @@ :type 'symbol :set 'mouse-wheel-change-button) -(defcustom mouse-wheel-up-button 5 +(defvar mouse-wheel-up-button 5 "Obsolete. Use `mouse-wheel-up-event'.") (defcustom mouse-wheel-up-event ;; In the latest versions of XEmacs, we could just use mouse-%s as well.