From: Karl Heuer Date: Sat, 5 Nov 1994 02:13:37 +0000 (+0000) Subject: (gnus-configure-windows): Make split-window-keep-point locally t so that focus X-Git-Tag: emacs-19.34~6031 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e1e9396710eebff8ddfa1222a2b8a9b978e6b7a5;p=emacs.git (gnus-configure-windows): Make split-window-keep-point locally t so that focus doesn't occasionally move to the wrong window on split-window-vertically. --- diff --git a/lisp/gnus.el b/lisp/gnus.el index 1d9e5027404..dfc6939ce2e 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -5928,7 +5928,9 @@ configuration list is got from the variable gnus-window-configuration." (height nil) (grpheight 0) (subheight 0) - (artheight 0)) + (artheight 0) + ;; Make split-window-vertically leave focus in upper window. + (split-window-keep-point t)) (if (or (null windows) ;No configuration is specified. (and (eq (null grpwin) (zerop (nth 0 windows)))