]> code.delx.au - gnu-emacs/commitdiff
(ibuffer-update): Call `minibufferp' with argument
authorJohn Paul Wallington <jpw@pobox.com>
Thu, 26 Sep 2002 17:54:00 +0000 (17:54 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Thu, 26 Sep 2002 17:54:00 +0000 (17:54 +0000)
instead of within `with-current-buffer'.

lisp/ChangeLog
lisp/ibuffer.el

index 82937573af9a1e9cacf24231110bac78441473d2..3fa3c1d6985a0976d0c17b2beaf0fa23cf967919 100644 (file)
@@ -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
index 6c9bda89bd69991be1329dd9587fc0d81966faad..a33b958362ef7a5c22d911e36fac87da3e72841d 100644 (file)
@@ -2014,8 +2014,7 @@ Do not display messages if SILENT is non-nil."
                      (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)