Mercurial > hg > xemacs-beta
diff lisp/mwheel.el @ 371:cc15677e0335 r21-2b1
Import from CVS: tag r21-2b1
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:03:08 +0200 |
parents | a4f53d9b3154 |
children |
line wrap: on
line diff
--- a/lisp/mwheel.el Mon Aug 13 11:01:58 2007 +0200 +++ b/lisp/mwheel.el Mon Aug 13 11:03:08 2007 +0200 @@ -100,7 +100,6 @@ ;;;###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