diff options
| -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." | |||
| 71 | (old-point (point)) | 71 | (old-point (point)) |
| 72 | new-w bottom switch) | 72 | new-w bottom switch) |
| 73 | (setq new-w (split-window nil (and arg (prefix-numeric-value arg)))) | 73 | (setq new-w (split-window nil (and arg (prefix-numeric-value arg)))) |
| 74 | (if (not split-window-keep-point) | 74 | (or split-window-keep-point |
| 75 | (progn | 75 | (progn |
| 76 | (save-excursion | 76 | (save-excursion |
| 77 | (set-buffer (window-buffer)) | 77 | (set-buffer (window-buffer)) |