1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

No need to bind wheel events specially.

This commit is contained in:
Jason Rumney 2003-06-04 21:54:08 +00:00
parent 29832d73b8
commit e9ec1a292f

View File

@ -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)