diff lisp/startup.el @ 755:e43123226372

*** empty log message ***
author Jim Blandy <jimb@redhat.com>
date Fri, 10 Jul 1992 01:16:40 +0000
parents 4714ad36583c
children c2dbf1fe0506
line wrap: on
line diff
--- a/lisp/startup.el	Wed Jul 08 23:04:51 1992 +0000
+++ b/lisp/startup.el	Fri Jul 10 01:16:40 1992 +0000
@@ -155,8 +155,11 @@
 	       (string= vc "simple"))
 	   (setq version-control 'never))))
 
-  ;; Choose a good default value for split-window-keep-point.
-  (setq split-window-keep-point (> baud-rate 2400))
+  ;;! This has been commented out; I currently find the behavior when
+  ;;! split-window-keep-point is nil disturbing, but if I can get used
+  ;;! to it, then it would be better to eliminate the option.
+  ;;! ;; Choose a good default value for split-window-keep-point.
+  ;;! (setq split-window-keep-point (> baud-rate 2400))
 
   ;; Read window system's init file if using a window system.
   (if (and window-system (not noninteractive))