Mercurial > emacs
changeset 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 | 4273a4d846a5 |
children | f1d7c706f7f7 |
files | lisp/ibuffer.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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))