From e1e9396710eebff8ddfa1222a2b8a9b978e6b7a5 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 5 Nov 1994 02:13:37 +0000 Subject: [PATCH] (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. --- lisp/gnus.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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))) -- 2.39.5