diff options
| author | Jason Rumney | 2003-06-04 21:54:08 +0000 |
|---|---|---|
| committer | Jason Rumney | 2003-06-04 21:54:08 +0000 |
| commit | e9ec1a292f4b4b50a21f6da1c79af11a7d06a4bf (patch) | |
| tree | 75beaa049c95f84f7298124c6522e114f8716d4b | |
| parent | 29832d73b8c7299e4e60396db9bdf2059a6ef254 (diff) | |
| download | emacs-e9ec1a292f4b4b50a21f6da1c79af11a7d06a4bf.tar.gz emacs-e9ec1a292f4b4b50a21f6da1c79af11a7d06a4bf.zip | |
No need to bind wheel events specially.
| -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") | |||
| 241 | global-map) | 241 | global-map) |
| 242 | 242 | ||
| 243 | ;; Support mouse-wheel scrolling | 243 | ;; Support mouse-wheel scrolling |
| 244 | (autoload 'mwheel-scroll "mwheel") | 244 | (mouse-wheel-mode 1) |
| 245 | (global-set-key [mouse-wheel] 'mwheel-scroll) | ||
| 246 | (global-set-key [C-mouse-wheel] 'mwheel-scroll) | ||
| 247 | (global-set-key [S-mouse-wheel] 'mwheel-scroll) | ||
| 248 | 245 | ||
| 249 | ;; (prefer-coding-system 'mac-roman) | 246 | ;; (prefer-coding-system 'mac-roman) |
| 250 | 247 | ||