diff options
Diffstat (limited to 'lisp/mwheel.el')
-rw-r--r-- | lisp/mwheel.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/mwheel.el b/lisp/mwheel.el index 03aefcaf441..d16c20cd585 100644 --- a/lisp/mwheel.el +++ b/lisp/mwheel.el @@ -4,6 +4,7 @@ ;; 2008, 2009, 2010, 2011 Free Software Foundation, Inc. ;; Maintainer: William M. Perry <wmperry@gnu.org> ;; Keywords: mouse +;; Package: emacs ;; This file is part of GNU Emacs. @@ -246,6 +247,8 @@ This should only be bound to mouse buttons 4 and 5." (run-with-timer mouse-wheel-inhibit-click-time nil 'mwheel-inhibit-click-timeout)))) +(put 'mwheel-scroll 'scroll-command t) + (defvar mwheel-installed-bindings nil) ;; preloaded ;;;###autoload |