diff options
author | Jim Blandy <jimb@redhat.com> | 1991-10-15 09:54:34 +0000 |
---|---|---|
committer | Jim Blandy <jimb@redhat.com> | 1991-10-15 09:54:34 +0000 |
commit | 7d7f1f339f558fdca122ac3898e57f33d232c628 (patch) | |
tree | d7a21108bf7e85c2259593fa28664ee336c97d17 /lisp | |
parent | d3cb357bbffeba13170d88fd23ee95390c682802 (diff) | |
download | emacs-7d7f1f339f558fdca122ac3898e57f33d232c628.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/window.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/window.el b/lisp/window.el index b06c3d869de..fe36479ed4b 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -71,7 +71,7 @@ new mode line." (old-point (point)) new-w bottom switch) (setq new-w (split-window nil (and arg (prefix-numeric-value arg)))) - (if (not split-window-keep-point) + (or split-window-keep-point (progn (save-excursion (set-buffer (window-buffer)) |