comparison lisp/ChangeLog @ 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 00c7c0e3f902
children bbe883d49650
comparison
equal deleted inserted replaced
104986:00c7c0e3f902 104987:3727134fef6c
1 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca> 1 2009-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * term/x-win.el (x-initialize-window-system):
4 * term/w32-win.el (w32-initialize-window-system):
5 * term/ns-win.el (ns-initialize-window-system): Don't call
6 mouse-wheel-mode since it's enabled globally by default already.
2 7
3 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't 8 * mwheel.el (mouse-wheel-mode): Make sure the new defvar doesn't
4 actually define the variable, but only silences the byte-compiler. 9 actually define the variable, but only silences the byte-compiler.
5 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound 10 (mouse-wheel-change-button): Check whether mouse-wheel-mode is bound
6 before looking it up. 11 before looking it up.