diff lisp/mwheel.el @ 367:a4f53d9b3154 r21-1-13

Import from CVS: tag r21-1-13
author cvs
date Mon, 13 Aug 2007 11:01:07 +0200
parents 8efd647ea9ca
children cc15677e0335
line wrap: on
line diff
--- a/lisp/mwheel.el	Mon Aug 13 11:00:13 2007 +0200
+++ b/lisp/mwheel.el	Mon Aug 13 11:01:07 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