summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1992-06-08 03:55:58 +0000
committerRichard M. Stallman <rms@gnu.org>1992-06-08 03:55:58 +0000
commit69037c38af430201e758f3ce9e2b3e4522e5f679 (patch)
treecbd497ff7abe618ca3c66e42d4a07e118baf435d /lisp
parente22d6b028deaee42b7df30ea1f224193f56caec1 (diff)
downloademacs-69037c38af430201e758f3ce9e2b3e4522e5f679.tar.gz
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/window.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/lisp/window.el b/lisp/window.el
index 5101fa04eeb..e8ed74a9553 100644
--- a/lisp/window.el
+++ b/lisp/window.el
@@ -42,10 +42,9 @@ even if it is active."
(enlarge-window (- size (window-height)))))
'nomini))))
-;;; Many people find the minimal-redisplay window splitting annoying,
-;;; so we make it an option.
+;;; I think this should be the default; I think people will prefer it--rms.
-(defvar split-window-keep-point nil
+(defvar split-window-keep-point t
"*If non-nil, split windows so that both windows keep the original
value of point. This is often more convenient for editing.
If nil, split windows to minimize redisplay. This is convenient on