Mercurial > hg > xemacs-beta
diff lisp/gnus/nnmh.el @ 142:1856695b1fa9 r20-2b5
Import from CVS: tag r20-2b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:33:18 +0200 |
parents | 7d55a9ba150c |
children |
line wrap: on
line diff
--- a/lisp/gnus/nnmh.el Mon Aug 13 09:32:45 2007 +0200 +++ b/lisp/gnus/nnmh.el Mon Aug 13 09:33:18 2007 +0200 @@ -182,7 +182,7 @@ (deffoo nnmh-request-list (&optional server dir) (nnheader-insert "") (let ((nnmh-toplev - (or dir (file-truename (file-name-as-directory nnmh-directory))))) + (file-truename (or dir (file-name-as-directory nnmh-directory))))) (nnmh-request-list-1 nnmh-toplev)) (setq nnmh-group-alist (nnmail-get-active)) t)