projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d59c85
)
Fix last `wl-kill-buffers' change.
author
kaoru
<kaoru>
Fri, 1 Jan 2010 12:33:25 +0000
(12:33 +0000)
committer
kaoru
<kaoru>
Fri, 1 Jan 2010 12:33:25 +0000
(12:33 +0000)
wl/wl-util.el
patch
|
blob
|
history
diff --git
a/wl/wl-util.el
b/wl/wl-util.el
index
9afc7b6
..
34e56e8
100644
(file)
--- a/
wl/wl-util.el
+++ b/
wl/wl-util.el
@@
-510,8
+510,8
@@
that `read' can handle, whenever this is possible."
(if (and (buffer-name x)
(string-match ,regexp (buffer-name x)))
(and (get-buffer x)
- (kill-buffer x)))))
- (buffer-list))
+ (kill-buffer x))))
+ (buffer-list)))
(defun wl-collect-summary ()
(let (result)