Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
4098f8f7
Commit
4098f8f7
authored
Mar 12, 2012
by
Christopher Schmidt
Committed by
Chong Yidong
Mar 12, 2012
Browse files
* ibuffer.el (ibuffer-redisplay): Remove another gratuitous error.
parent
da418981
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
5 deletions
+8
-5
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/ibuffer.el
lisp/ibuffer.el
+4
-5
No files found.
lisp/ChangeLog
View file @
4098f8f7
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
...
...
lisp/ibuffer.el
View file @
4098f8f7
...
...
@@ -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)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment