diff options
| author | John Paul Wallington | 2002-09-26 17:54:00 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2002-09-26 17:54:00 +0000 |
| commit | 8e7dbfdb2768f64f464a1791f8ac200b056da535 (patch) | |
| tree | 10dc602680cb624427f6597ae2f9b1890efa5ded | |
| parent | 4e141ed744f843814cf1bcc0d0fe5a5f674419f6 (diff) | |
| download | emacs-8e7dbfdb2768f64f464a1791f8ac200b056da535.tar.gz emacs-8e7dbfdb2768f64f464a1791f8ac200b056da535.zip | |
(ibuffer-update): Call `minibufferp' with argument
instead of within `with-current-buffer'.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/ibuffer.el | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 82937573af9..3fa3c1d6985 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2002-09-26 John Paul Wallington <jpw@shootybangbang.com> | ||
| 2 | |||
| 3 | * ibuffer.el (ibuffer-update): Call `minibufferp' with argument | ||
| 4 | instead of within `with-current-buffer'. | ||
| 5 | |||
| 1 | 2002-09-26 Stephen Eglen <stephen@gnu.org> | 6 | 2002-09-26 Stephen Eglen <stephen@gnu.org> |
| 2 | 7 | ||
| 3 | * iswitchb.el (iswitchb-completions): Test that | 8 | * iswitchb.el (iswitchb-completions): Test that |
diff --git a/lisp/ibuffer.el b/lisp/ibuffer.el index 6c9bda89bd6..a33b958362e 100644 --- a/lisp/ibuffer.el +++ b/lisp/ibuffer.el | |||
| @@ -2014,8 +2014,7 @@ Do not display messages if SILENT is non-nil." | |||
| 2014 | (cadr bufs) | 2014 | (cadr bufs) |
| 2015 | (eq ibuffer-always-show-last-buffer | 2015 | (eq ibuffer-always-show-last-buffer |
| 2016 | :nomini) | 2016 | :nomini) |
| 2017 | (with-current-buffer (cadr bufs) | 2017 | (minibufferp (cadr bufs))) |
| 2018 | (minibufferp))) | ||
| 2019 | (caddr bufs) | 2018 | (caddr bufs) |
| 2020 | (cadr bufs)) | 2019 | (cadr bufs)) |
| 2021 | (ibuffer-current-buffers-with-marks bufs) | 2020 | (ibuffer-current-buffers-with-marks bufs) |