diff options
author | Jason Rumney <jasonr@gnu.org> | 2003-06-04 21:54:08 +0000 |
---|---|---|
committer | Jason Rumney <jasonr@gnu.org> | 2003-06-04 21:54:08 +0000 |
commit | e9ec1a292f4b4b50a21f6da1c79af11a7d06a4bf (patch) | |
tree | 75beaa049c95f84f7298124c6522e114f8716d4b /lisp/term | |
parent | 29832d73b8c7299e4e60396db9bdf2059a6ef254 (diff) | |
download | emacs-e9ec1a292f4b4b50a21f6da1c79af11a7d06a4bf.tar.gz |
No need to bind wheel events specially.
Diffstat (limited to 'lisp/term')
-rw-r--r-- | lisp/term/mac-win.el | 5 |
1 files changed, 1 insertions, 4 deletions
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) |