* ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
This commit is contained in:
parent
da4189812b
commit
4098f8f73c
2 changed files with 8 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
2012-03-12 Christopher Schmidt <christopher@ch.ristopher.com>
|
||||
|
||||
* ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
|
||||
|
||||
2012-03-11 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* autorevert.el (auto-revert-handler): Ensure, that
|
||||
|
|
|
@ -2173,11 +2173,10 @@ If optional arg SILENT is non-nil, do not display progress messages."
|
|||
(cadr bufs))
|
||||
(ibuffer-current-buffers-with-marks bufs)
|
||||
ibuffer-display-maybe-show-predicates)))
|
||||
(when (null blist)
|
||||
(if (and (featurep 'ibuf-ext)
|
||||
ibuffer-filtering-qualifiers)
|
||||
(message "No buffers! (note: filtering in effect)")
|
||||
(error "No buffers!")))
|
||||
(and (null blist)
|
||||
(featurep 'ibuf-ext)
|
||||
ibuffer-filtering-qualifiers
|
||||
(message "No buffers! (note: filtering in effect)"))
|
||||
(unless silent
|
||||
(message "Updating buffer list..."))
|
||||
(ibuffer-redisplay-engine blist arg)
|
||||
|
|
Loading…
Add table
Reference in a new issue