diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2015-11-17 02:02:07 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2015-11-17 02:02:07 +0100 |
commit | 1cdddc1db6243cf90467e5736cc897718267f389 (patch) | |
tree | c346220b3d59b5d8ed12860ee9e603e29b21fa0b | |
parent | d443710169d98e73869247fd80e27914f25b784e (diff) | |
download | emacs-1cdddc1db6243cf90467e5736cc897718267f389.tar.gz |
; 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." (or (and bottom-window-shows-buffer (window--display-buffer buffer bottom-window 'reuse alist display-buffer-mark-dedicated)) - (and (not (frame-parameter nil 'unsplittable)) + (and (not (frame-parameter nil 'unsplittable)) (let (split-width-threshold) (setq window (window--try-to-split-window bottom-window alist))) (window--display-buffer |