diff options
| author | Juanma Barranquero | 2015-11-17 02:02:07 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2015-11-17 02:02:07 +0100 |
| commit | 1cdddc1db6243cf90467e5736cc897718267f389 (patch) | |
| tree | c346220b3d59b5d8ed12860ee9e603e29b21fa0b | |
| parent | d443710169d98e73869247fd80e27914f25b784e (diff) | |
| download | emacs-1cdddc1db6243cf90467e5736cc897718267f389.tar.gz emacs-1cdddc1db6243cf90467e5736cc897718267f389.zip | |
; lisp/window.el (display-buffer-at-bottom): Fix indentation
| -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 6d189055c15..295aa4f0dbf 100644 --- a/lisp/window.el +++ b/lisp/window.el | |||
| @@ -6845,7 +6845,7 @@ selected frame." | |||
| 6845 | (or (and bottom-window-shows-buffer | 6845 | (or (and bottom-window-shows-buffer |
| 6846 | (window--display-buffer | 6846 | (window--display-buffer |
| 6847 | buffer bottom-window 'reuse alist display-buffer-mark-dedicated)) | 6847 | buffer bottom-window 'reuse alist display-buffer-mark-dedicated)) |
| 6848 | (and (not (frame-parameter nil 'unsplittable)) | 6848 | (and (not (frame-parameter nil 'unsplittable)) |
| 6849 | (let (split-width-threshold) | 6849 | (let (split-width-threshold) |
| 6850 | (setq window (window--try-to-split-window bottom-window alist))) | 6850 | (setq window (window--try-to-split-window bottom-window alist))) |
| 6851 | (window--display-buffer | 6851 | (window--display-buffer |