diff lisp/term/w32-win.el @ 104987:3727134fef6c

* term/x-win.el (x-initialize-window-system): * term/w32-win.el (w32-initialize-window-system): * term/ns-win.el (ns-initialize-window-system): Don't call mouse-wheel-mode since it's enabled globally by default already.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sat, 12 Sep 2009 19:04:24 +0000
parents 9b74238fc6c2
children 4c610ec5ed40
line wrap: on
line diff
--- a/lisp/term/w32-win.el	Sat Sep 12 19:03:49 2009 +0000
+++ b/lisp/term/w32-win.el	Sat Sep 12 19:04:24 2009 +0000
@@ -305,9 +305,6 @@
   ;; that this is only annoying.
   (setq split-window-keep-point t)
 
-  ;; Turn on support for mouse wheels
-  (mouse-wheel-mode 1)
-
   ;; W32 expects the menu bar cut and paste commands to use the clipboard.
   (menu-bar-enable-clipboard)