diff options
author | John Paul Wallington <jpw@pobox.com> | 2005-11-07 01:30:29 +0000 |
---|---|---|
committer | John Paul Wallington <jpw@pobox.com> | 2005-11-07 01:30:29 +0000 |
commit | fab0d3087eb5215a5d08379ac765af27abc28842 (patch) | |
tree | 5ecc9110a3e410b164576f2bd01dd4bd9e0a3c26 /lisp/ibuffer.el | |
parent | fda12b27a90f31e8475648fba0c91c4a1f858529 (diff) | |
download | emacs-fab0d3087eb5215a5d08379ac765af27abc28842.tar.gz |
(ibuffer): Search iconified frames too when getting Ibuffer buffer's window.
Diffstat (limited to 'lisp/ibuffer.el')
-rw-r--r-- | lisp/ibuffer.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el index 9ff9d7b8f87..9406cf0a1b8 100644 --- a/lisp/ibuffer.el +++ b/lisp/ibuffer.el @@ -2288,7 +2288,7 @@ FORMATS is the value to use for `ibuffer-formats'. (save-selected-window ;; We switch to the buffer's window in order to be able ;; to modify the value of point - (select-window (get-buffer-window buf 'visible)) + (select-window (get-buffer-window buf 0)) (or (eq major-mode 'ibuffer-mode) (ibuffer-mode)) (setq ibuffer-restore-window-config-on-quit other-window-p) |