(nnmh-request-list-1): Bind `file'.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 5 Sep 2010 04:06:53 +0000 (04:06 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Sun, 5 Sep 2010 04:06:53 +0000 (04:06 +0000)
lisp/ChangeLog
lisp/nnmh.el

index ad61304..8ae7a80 100644 (file)
@@ -1,5 +1,7 @@
 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
 
+       * nnmh.el (nnmh-request-list-1): Bind `file'.
+
        * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
        alias to set-process-query-on-exit-flag or process-kill-without-query.
        (pop3-open-server): Use it.
index 17311b9..131861e 100644 (file)
@@ -209,7 +209,7 @@ as unread by Gnus.")
   ;; Recurse down all directories.
   (let ((files (nnheader-directory-files dir t nil t))
        (max 0)
-       min rdir num subdirectoriesp)
+       min rdir num subdirectoriesp file)
     ;; Recurse down directories.
     (setq subdirectoriesp (> (nth 1 (file-attributes dir)) 2))
     (dolist (rdir files)