aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ibuffer.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--lisp/ibuffer.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el
index 6777d652c44..04cc631ba6f 100644
--- a/lisp/ibuffer.el
+++ b/lisp/ibuffer.el
@@ -1131,7 +1131,7 @@ a new window in the current frame, splitting vertically."
1131 (and (stringp msg) 1131 (and (stringp msg)
1132 ;; This definitely falls in the 1132 ;; This definitely falls in the
1133 ;; ghetto hack category... 1133 ;; ghetto hack category...
1134 (not (string-match-p "too small" msg))))) 1134 (not (string-search "too small" msg)))))
1135 (signal err) 1135 (signal err)
1136 (enlarge-window 3)))))) 1136 (enlarge-window 3))))))
1137 (select-window (next-window)) 1137 (select-window (next-window))