(mouse-wheel-mode): New defvar.
(mouse-wheel-mode): Remove autoload cookie.
+2009-09-12 Eli Zaretskii <eliz@gnu.org>
+
+ * mwheel.el: Fix last change.
+ (mouse-wheel-mode): New defvar.
+ (mouse-wheel-mode): Remove autoload cookie.
+
2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
* mwheel.el (mwheel-installed-bindings): New var.
(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.
(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.