Fix last `wl-kill-buffers' change.
authorkaoru <kaoru>
Fri, 1 Jan 2010 12:33:25 +0000 (12:33 +0000)
committerkaoru <kaoru>
Fri, 1 Jan 2010 12:33:25 +0000 (12:33 +0000)
wl/wl-util.el

index 9afc7b6..34e56e8 100644 (file)
@@ -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)