diff lisp/ibuffer.el @ 44137:32c7d9355caf

(ibuffer): If the user has `ibuffer-use-other-window' non-nil, then always use another window.
author Colin Walters <walters@gnu.org>
date Sun, 24 Mar 2002 21:33:26 +0000
parents b2462b8e1cf2
children c4de5a5d6ecb
line wrap: on
line diff
--- 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))