aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/bs.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/bs.el')
-rw-r--r--lisp/bs.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/bs.el b/lisp/bs.el
index 49ffb3f822c..0c32c8b4f19 100644
--- a/lisp/bs.el
+++ b/lisp/bs.el
@@ -1414,8 +1414,7 @@ for buffer selection."
1414 (bs--restore-window-config) 1414 (bs--restore-window-config)
1415 (setq bs--window-config-coming-from (current-window-configuration)) 1415 (setq bs--window-config-coming-from (current-window-configuration))
1416 (when (> (window-height (selected-window)) 7) 1416 (when (> (window-height (selected-window)) 7)
1417 (split-window-vertically) 1417 (select-window (split-window-below))))
1418 (other-window 1)))
1419 (bs-show-in-buffer liste) 1418 (bs-show-in-buffer liste)
1420 (bs-message-without-log "%s" (bs--current-config-message))))) 1419 (bs-message-without-log "%s" (bs--current-config-message)))))
1421 1420