# HG changeset patch # User Colin Walters # Date 1017005606 0 # Node ID 32c7d9355caf60966db8b1f9cd4a7aa6414bb493 # Parent 4273a4d846a547d6642a7fe06978d1657908b37a (ibuffer): If the user has `ibuffer-use-other-window' non-nil, then always use another window. diff -r 4273a4d846a5 -r 32c7d9355caf lisp/ibuffer.el --- a/lisp/ibuffer.el Sun Mar 24 21:33:07 2002 +0000 +++ b/lisp/ibuffer.el Sun Mar 24 21:33:26 2002 +0000 @@ -2014,7 +2014,7 @@ (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))