comparison lisp/startup.el @ 91911:07b62dd00afa

* simple.el (transient-mark-mode): Add an :init-value. * startup.el (command-line): Use custom-reevaluate-setting for transient-mark-mode. * callint.c (syms_of_callint): Initialize Vmark_even_if_inactive with Qt.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 17 Feb 2008 16:57:44 +0000
parents 1aaa6ac14ee4
children 4cc33029958f
comparison
equal deleted inserted replaced
91910:27249878ef44 91911:07b62dd00afa
845 (custom-reevaluate-setting 'mouse-wheel-up-event) 845 (custom-reevaluate-setting 'mouse-wheel-up-event)
846 (custom-reevaluate-setting 'file-name-shadow-mode) 846 (custom-reevaluate-setting 'file-name-shadow-mode)
847 (custom-reevaluate-setting 'send-mail-function) 847 (custom-reevaluate-setting 'send-mail-function)
848 (custom-reevaluate-setting 'focus-follows-mouse) 848 (custom-reevaluate-setting 'focus-follows-mouse)
849 (custom-reevaluate-setting 'global-auto-composition-mode) 849 (custom-reevaluate-setting 'global-auto-composition-mode)
850 (custom-reevaluate-setting 'transient-mark-mode)
850 851
851 (normal-erase-is-backspace-setup-frame) 852 (normal-erase-is-backspace-setup-frame)
852 853
853 ;; Register default TTY colors for the case the terminal hasn't a 854 ;; Register default TTY colors for the case the terminal hasn't a
854 ;; terminal init file. We do this regardles of whether the terminal 855 ;; terminal init file. We do this regardles of whether the terminal