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:
parent
34cf93c0a7
commit
34b8f593f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue