Mercurial > emacs
changeset 47624:dbdc31f1646b
(ibuffer-update): Call `minibufferp' with argument
instead of within `with-current-buffer'.
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Thu, 26 Sep 2002 17:54:00 +0000 |
parents | 5c112234650f |
children | 8a11d295c3f3 |
files | lisp/ChangeLog lisp/ibuffer.el |
diffstat | 2 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Sep 26 15:52:31 2002 +0000 +++ b/lisp/ChangeLog Thu Sep 26 17:54:00 2002 +0000 @@ -1,3 +1,8 @@ +2002-09-26 John Paul Wallington <jpw@shootybangbang.com> + + * ibuffer.el (ibuffer-update): Call `minibufferp' with argument + instead of within `with-current-buffer'. + 2002-09-26 Stephen Eglen <stephen@gnu.org> * iswitchb.el (iswitchb-completions): Test that
--- a/lisp/ibuffer.el Thu Sep 26 15:52:31 2002 +0000 +++ b/lisp/ibuffer.el Thu Sep 26 17:54:00 2002 +0000 @@ -2014,8 +2014,7 @@ (cadr bufs) (eq ibuffer-always-show-last-buffer :nomini) - (with-current-buffer (cadr bufs) - (minibufferp))) + (minibufferp (cadr bufs))) (caddr bufs) (cadr bufs)) (ibuffer-current-buffers-with-marks bufs)