comparison lisp/startup.el @ 66683:b34febff3030

(command-line): Use `custom-reevaluate-setting' for mouse-wheel-down-event and mouse-wheel-up-event.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Fri, 04 Nov 2005 02:15:49 +0000
parents 751320d2d8b6
children 2263b8f8d80a
comparison
equal deleted inserted replaced
66682:87a503bf036e 66683:b34febff3030
763 ;; Can't do this init in defcustom because the relevant variables 763 ;; Can't do this init in defcustom because the relevant variables
764 ;; are not set. 764 ;; are not set.
765 (custom-reevaluate-setting 'blink-cursor-mode) 765 (custom-reevaluate-setting 'blink-cursor-mode)
766 (custom-reevaluate-setting 'normal-erase-is-backspace) 766 (custom-reevaluate-setting 'normal-erase-is-backspace)
767 (custom-reevaluate-setting 'tooltip-mode) 767 (custom-reevaluate-setting 'tooltip-mode)
768 (custom-reevaluate-setting 'mouse-wheel-down-event)
769 (custom-reevaluate-setting 'mouse-wheel-up-event)
768 770
769 ;; Register default TTY colors for the case the terminal hasn't a 771 ;; Register default TTY colors for the case the terminal hasn't a
770 ;; terminal init file. 772 ;; terminal init file.
771 (unless (memq window-system '(x w32)) 773 (unless (memq window-system '(x w32))
772 ;; We do this regardles of whether the terminal supports colors 774 ;; We do this regardles of whether the terminal supports colors