]> git.eshelyaron.com Git - emacs.git/commitdiff
(mouse-wheel-down-button, mouse-wheel-up-button, mouse-wheel-click-button):
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 18 Apr 2008 10:30:38 +0000 (10:30 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 18 Apr 2008 10:30:38 +0000 (10:30 +0000)
Add WHEN to obsolescence declaration.

lisp/mwheel.el

index 8236d08dbc95ab64fec567737136708cb517721c..7b1ee5f369ea1d03a3575f316144a86642eb7aca 100644 (file)
@@ -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")