emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp mwheel.el


From: Eli Zaretskii
Subject: [Emacs-diffs] emacs/lisp mwheel.el
Date: Sat, 12 Sep 2009 09:39:49 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Eli Zaretskii <eliz>    09/09/12 09:39:49

Modified files:
        lisp           : mwheel.el 

Log message:
        Fix last change.
        (mouse-wheel-mode): New defvar.
        (mouse-wheel-mode): Remove autoload cookie.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mwheel.el?cvsroot=emacs&r1=1.54&r2=1.55

Patches:
Index: mwheel.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/mwheel.el,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- mwheel.el   12 Sep 2009 04:38:06 -0000      1.54
+++ mwheel.el   12 Sep 2009 09:39:49 -0000      1.55
@@ -41,6 +41,8 @@
 (require 'custom)
 (require 'timer)
 
+(defvar mouse-wheel-mode nil)
+
 ;; Setter function for mouse-button user-options.  Switch Mouse Wheel
 ;; mode off and on again so that the old button is unbound and
 ;; new button is bound to mwheel-scroll.
@@ -239,7 +241,6 @@
 
 (defvar mwheel-installed-bindings nil)
 
-;;;###autoload
 (define-minor-mode mouse-wheel-mode
   "Toggle mouse wheel support.
 With prefix argument ARG, turn on if positive, otherwise off.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]