Mercurial > emacs
changeset 94163:36e553d98d49
(mouse-wheel-down-button, mouse-wheel-up-button, mouse-wheel-click-button):
Add WHEN to obsolescence declaration.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 18 Apr 2008 10:30:38 +0000 |
parents | 6832f57d6232 |
children | 73d630d21dcc |
files | lisp/mwheel.el |
diffstat | 1 files changed, 6 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mwheel.el Fri Apr 18 10:30:18 2008 +0000 +++ b/lisp/mwheel.el Fri Apr 18 10:30:38 2008 +0000 @@ -56,7 +56,8 @@ (defvar mouse-wheel-down-button 4) (make-obsolete-variable 'mouse-wheel-down-button - 'mouse-wheel-down-event) + 'mouse-wheel-down-event + "22.1") (defcustom mouse-wheel-down-event ;; In the latest versions of XEmacs, we could just use mouse-%s as well. (if (memq window-system '(w32 mac)) @@ -70,7 +71,8 @@ (defvar mouse-wheel-up-button 5) (make-obsolete-variable 'mouse-wheel-up-button - 'mouse-wheel-up-event) + 'mouse-wheel-up-event + "22.1") (defcustom mouse-wheel-up-event ;; In the latest versions of XEmacs, we could just use mouse-%s as well. (if (memq window-system '(w32 mac)) @@ -84,7 +86,8 @@ (defvar mouse-wheel-click-button 2) (make-obsolete-variable 'mouse-wheel-click-button - 'mouse-wheel-click-event) + 'mouse-wheel-click-event + "22.1") (defcustom mouse-wheel-click-event ;; In the latest versions of XEmacs, we could just use mouse-%s as well. (intern (format (if (featurep 'xemacs) "button%s" "mouse-%s")