diff options
author | Richard M. Stallman <rms@gnu.org> | 1992-06-08 03:55:58 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1992-06-08 03:55:58 +0000 |
commit | 6eb589f213a829671f09e6185f391c467f88cf43 (patch) | |
tree | 7f42e937a653b89d955d56b06b5138ddab331b37 /lisp/window.el | |
parent | c2b8438365e1333a9c5e91eb5674de50b6b7bbf9 (diff) | |
download | emacs-6eb589f213a829671f09e6185f391c467f88cf43.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp/window.el')
-rw-r--r-- | lisp/window.el | 5 |
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 |