From: Jason Rumney Date: Wed, 4 Jun 2003 21:54:08 +0000 (+0000) Subject: No need to bind wheel events specially. X-Git-Tag: ttn-vms-21-2-B4~9742 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9ec1a292f4b4b50a21f6da1c79af11a7d06a4bf;p=emacs.git No need to bind wheel events specially. --- diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el index c3777410a40..f9712a5a52f 100644 --- a/lisp/term/mac-win.el +++ b/lisp/term/mac-win.el @@ -241,10 +241,7 @@ ascii:-*-Monaco-*-*-*-*-12-*-*-*-*-*-mac-roman") global-map) ;; Support mouse-wheel scrolling -(autoload 'mwheel-scroll "mwheel") -(global-set-key [mouse-wheel] 'mwheel-scroll) -(global-set-key [C-mouse-wheel] 'mwheel-scroll) -(global-set-key [S-mouse-wheel] 'mwheel-scroll) +(mouse-wheel-mode 1) ;; (prefer-coding-system 'mac-roman)