summaryrefslogtreecommitdiff
path: root/lisp/startup.el
diff options
context:
space:
mode:
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2005-11-04 02:16:14 +0000
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>2005-11-04 02:16:14 +0000
commit97a7dbeedcbd1da3e109bc2d15782b94ade446f6 (patch)
tree857fb543027190851a4cf441b6674ee3211c6415 /lisp/startup.el
parentbf03bdf3bf9a71d9df3c64f32f216eef6c7d0f07 (diff)
downloademacs-97a7dbeedcbd1da3e109bc2d15782b94ade446f6.tar.gz
(command-line): Use `custom-reevaluate-setting' for
mouse-wheel-down-event and mouse-wheel-up-event.
Diffstat (limited to 'lisp/startup.el')
-rw-r--r--lisp/startup.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 000055f745d..d63e2b99962 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -765,6 +765,8 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
(custom-reevaluate-setting 'blink-cursor-mode)
(custom-reevaluate-setting 'normal-erase-is-backspace)
(custom-reevaluate-setting 'tooltip-mode)
+ (custom-reevaluate-setting 'mouse-wheel-down-event)
+ (custom-reevaluate-setting 'mouse-wheel-up-event)
;; Register default TTY colors for the case the terminal hasn't a
;; terminal init file.