(gnus-configure-windows): Make split-window-keep-point locally t so that focus
authorKarl Heuer <kwzh@gnu.org>
Sat, 5 Nov 1994 02:13:37 +0000 (02:13 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 5 Nov 1994 02:13:37 +0000 (02:13 +0000)
doesn't occasionally move to the wrong window on split-window-vertically.

lisp/gnus.el

index 1d9e502..dfc6939 100644 (file)
@@ -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)))