summaryrefslogtreecommitdiff
path: root/ibuffer.el
diff options
context:
space:
mode:
Diffstat (limited to 'ibuffer.el')
-rw-r--r--ibuffer.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/ibuffer.el b/ibuffer.el
index 4b862c1..a761eeb 100644
--- a/ibuffer.el
+++ b/ibuffer.el
@@ -109,7 +109,8 @@ If ARG is non-nil, reset `durand-clear-passlist' to
(delq nil
(mapcar
(lambda (buf)
- (cond ((and (stringp buf)
+ (cond ((car (member buf durand-default-clear-passlist)))
+ ((and (stringp buf)
(get-buffer buf)
(buffer-live-p (get-buffer buf)))
buf)