# HG changeset patch # User Richard M. Stallman # Date 707975758 0 # Node ID 793483bd29febb852dbcb9057fe3e61213705f68 # Parent 6dd85fc4fb2ce8925164c85d945734c6780fcd77 *** empty log message *** diff -r 6dd85fc4fb2c -r 793483bd29fe lisp/window.el --- a/lisp/window.el Mon Jun 08 02:23:29 1992 +0000 +++ b/lisp/window.el Mon Jun 08 03:55:58 1992 +0000 @@ -42,10 +42,9 @@ (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