diff lisp/mwheel.el @ 444:576fb035e263 r21-2-37

Import from CVS: tag r21-2-37
author cvs
date Mon, 13 Aug 2007 11:36:19 +0200
parents 3ecd8885ac67
children c33ae14dd6d0
line wrap: on
line diff
--- a/lisp/mwheel.el	Mon Aug 13 11:35:05 2007 +0200
+++ b/lisp/mwheel.el	Mon Aug 13 11:36:19 2007 +0200
@@ -100,6 +100,7 @@
 ;;;###autoload
 (defun mwheel-install ()
   "Enable mouse wheel support."
+  (interactive)
   (let ((keys '([(mouse-4)] [(shift mouse-4)] [(mouse-5)] [(shift mouse-5)])))
     ;; This condition-case is here because Emacs 19 will throw an error
     ;; if you try to define a key that it does not know about.  I for one