aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/startup.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index d2f5de838c8..bdf3e7c3c9d 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -778,6 +778,7 @@ or `CVS', and any subdirectory that contains a file named `.nosearch'."
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.