aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/startup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/startup.el b/lisp/startup.el
index 6d777541c26..9fe3e48c448 100644
--- a/lisp/startup.el
+++ b/lisp/startup.el
@@ -490,7 +490,7 @@ from being initialized."
490 ;; Set up for this character set in unibyte mode. 490 ;; Set up for this character set in unibyte mode.
491 (load charset))) 491 (load charset)))
492 (standard-display-european t (and default-enable-multibyte-characters 492 (standard-display-european t (and default-enable-multibyte-characters
493 charset)))))) 493 charset)))))
494 494
495 ;;! This has been commented out; I currently find the behavior when 495 ;;! This has been commented out; I currently find the behavior when
496 ;;! split-window-keep-point is nil disturbing, but if I can get used 496 ;;! split-window-keep-point is nil disturbing, but if I can get used