diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ibuf-macs.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ibuf-macs.el b/lisp/ibuf-macs.el index 3c95f4c44ce..fc8c127c1c3 100644 --- a/lisp/ibuf-macs.el +++ b/lisp/ibuf-macs.el @@ -304,7 +304,7 @@ bound to the current value of the filter. (push (list ',name ,description (lambda (buf qualifier) (condition-case nil - ,@body + (progn ,@body) (error (ibuffer-pop-filter) (when (eq ',name 'predicate) (error "Wrong filter predicate: %S" |