comparison lisp/startup.el @ 90310:716899c45974

(command-line): Use custom-reevaluate-setting for global-auto-composition-mode.
author Kenichi Handa <handa@m17n.org>
date Tue, 21 Feb 2006 11:47:02 +0000
parents 5b7d410e31f9
children 5754737d1e04
comparison
equal deleted inserted replaced
90309:d863760fdf88 90310:716899c45974
776 (custom-reevaluate-setting 'global-font-lock-mode) 776 (custom-reevaluate-setting 'global-font-lock-mode)
777 (custom-reevaluate-setting 'mouse-wheel-down-event) 777 (custom-reevaluate-setting 'mouse-wheel-down-event)
778 (custom-reevaluate-setting 'mouse-wheel-up-event) 778 (custom-reevaluate-setting 'mouse-wheel-up-event)
779 (custom-reevaluate-setting 'file-name-shadow-mode) 779 (custom-reevaluate-setting 'file-name-shadow-mode)
780 (custom-reevaluate-setting 'send-mail-function) 780 (custom-reevaluate-setting 'send-mail-function)
781 (custom-reevaluate-setting 'global-auto-composition-mode)
781 782
782 ;; Register default TTY colors for the case the terminal hasn't a 783 ;; Register default TTY colors for the case the terminal hasn't a
783 ;; terminal init file. 784 ;; terminal init file.
784 (unless (memq window-system '(x w32 mac)) 785 (unless (memq window-system '(x w32 mac))
785 ;; We do this regardles of whether the terminal supports colors 786 ;; We do this regardles of whether the terminal supports colors