1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 20:32:00 -08:00

(ibuffer): Search all visible frames when getting Ibuffer buffer's window.

This commit is contained in:
John Paul Wallington 2005-11-06 21:09:09 +00:00
parent ca09521cf1
commit 9514fb7f5e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-11-06 John Paul Wallington <jpw@pobox.com>
* ibuffer.el (ibuffer): Search all visible frames when getting
Ibuffer buffer's window.
2005-11-07 Masatake YAMATO <jet@gyve.org>
* man.el (Man-reference-regexp): Accpet spaces between

View file

@ -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))
(select-window (get-buffer-window buf 'visible))
(or (eq major-mode 'ibuffer-mode)
(ibuffer-mode))
(setq ibuffer-restore-window-config-on-quit other-window-p)