diff options
| author | Katsumi Yamaoka | 2010-09-05 04:09:07 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2010-09-05 04:09:07 +0000 |
| commit | 8737ef699d3b47f480cde3b728b7e058ced72cb1 (patch) | |
| tree | d2fd70222932b3e47390f4ad30538cf792620613 | |
| parent | c6faacb4d7505553fb14850db8512fe1d7fe83c2 (diff) | |
| download | emacs-8737ef699d3b47f480cde3b728b7e058ced72cb1.tar.gz emacs-8737ef699d3b47f480cde3b728b7e058ced72cb1.zip | |
(nnmh-request-list-1): Bind `file'.
| -rw-r--r-- | lisp/gnus/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/gnus/nnmh.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 9fc46ad8441..f82cdaa531e 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org> | 1 | 2010-09-05 Katsumi Yamaoka <yamaoka@jpl.org> |
| 2 | 2 | ||
| 3 | * nnmh.el (nnmh-request-list-1): Bind `file'. | ||
| 4 | |||
| 3 | * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an | 5 | * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an |
| 4 | alias to set-process-query-on-exit-flag or process-kill-without-query. | 6 | alias to set-process-query-on-exit-flag or process-kill-without-query. |
| 5 | (pop3-open-server): Use it. | 7 | (pop3-open-server): Use it. |
diff --git a/lisp/gnus/nnmh.el b/lisp/gnus/nnmh.el index 17311b9688c..131861e03ec 100644 --- a/lisp/gnus/nnmh.el +++ b/lisp/gnus/nnmh.el | |||
| @@ -209,7 +209,7 @@ as unread by Gnus.") | |||
| 209 | ;; Recurse down all directories. | 209 | ;; Recurse down all directories. |
| 210 | (let ((files (nnheader-directory-files dir t nil t)) | 210 | (let ((files (nnheader-directory-files dir t nil t)) |
| 211 | (max 0) | 211 | (max 0) |
| 212 | min rdir num subdirectoriesp) | 212 | min rdir num subdirectoriesp file) |
| 213 | ;; Recurse down directories. | 213 | ;; Recurse down directories. |
| 214 | (setq subdirectoriesp (> (nth 1 (file-attributes dir)) 2)) | 214 | (setq subdirectoriesp (> (nth 1 (file-attributes dir)) 2)) |
| 215 | (dolist (rdir files) | 215 | (dolist (rdir files) |