From 69037c38af430201e758f3ce9e2b3e4522e5f679 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 8 Jun 1992 03:55:58 +0000 Subject: [PATCH] *** empty log message *** --- lisp/window.el | 5 ++--- 1 file 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