Mercurial > emacs
changeset 9824:1a60406f3d3e
(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.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sat, 05 Nov 1994 02:13:37 +0000 |
parents | e6dbda62fd61 |
children | c76bf6b5d4c6 |
files | lisp/=gnus.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)))