diff options
-rw-r--r-- | ibuffer.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |