# HG changeset patch # User Karl Heuer # Date 784001617 0 # Node ID 1a60406f3d3eb8640bd549091bd52d37c5d3332a # Parent e6dbda62fd619aea23fe6fafd8a76962bc0763a7 (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 -r e6dbda62fd61 -r 1a60406f3d3e lisp/=gnus.el --- a/lisp/=gnus.el Fri Nov 04 04:00:50 1994 +0000 +++ b/lisp/=gnus.el Sat Nov 05 02:13:37 1994 +0000 @@ -5928,7 +5928,9 @@ (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)))