1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-14 11:42:29 -08:00

(ibuffer): If the user has `ibuffer-use-other-window' non-nil, then

always use another window.
This commit is contained in:
Colin Walters 2002-03-24 21:33:26 +00:00
parent 34cf93c0a7
commit 34b8f593f3

View file

@ -2014,7 +2014,7 @@ special value `onewindow' means always use another window."
(require 'ibuf-ext)
(when ibuffer-use-other-window
(setq other-window-p (not other-window-p)))
(setq other-window-p t))
(let* ((buf (get-buffer-create (or name "*Ibuffer*")))
(already-in (eq (current-buffer) buf))
(need-update nil))