aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Paul Wallington2005-11-07 01:30:29 +0000
committerJohn Paul Wallington2005-11-07 01:30:29 +0000
commitfab0d3087eb5215a5d08379ac765af27abc28842 (patch)
tree5ecc9110a3e410b164576f2bd01dd4bd9e0a3c26
parentfda12b27a90f31e8475648fba0c91c4a1f858529 (diff)
downloademacs-fab0d3087eb5215a5d08379ac765af27abc28842.tar.gz
emacs-fab0d3087eb5215a5d08379ac765af27abc28842.zip
(ibuffer): Search iconified frames too when getting Ibuffer buffer's window.
-rw-r--r--lisp/ibuffer.el2
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'.
2288 (save-selected-window 2288 (save-selected-window
2289 ;; We switch to the buffer's window in order to be able 2289 ;; We switch to the buffer's window in order to be able
2290 ;; to modify the value of point 2290 ;; to modify the value of point
2291 (select-window (get-buffer-window buf 'visible)) 2291 (select-window (get-buffer-window buf 0))
2292 (or (eq major-mode 'ibuffer-mode) 2292 (or (eq major-mode 'ibuffer-mode)
2293 (ibuffer-mode)) 2293 (ibuffer-mode))
2294 (setq ibuffer-restore-window-config-on-quit other-window-p) 2294 (setq ibuffer-restore-window-config-on-quit other-window-p)