diff lisp/gnus/nnmh.el @ 19969:5f1ab3dd344d

*** empty log message ***
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Wed, 24 Sep 1997 01:50:24 +0000
parents 549f21ee4bf0
children 6182146747a7
line wrap: on
line diff
--- a/lisp/gnus/nnmh.el	Tue Sep 23 18:23:17 1997 +0000
+++ b/lisp/gnus/nnmh.el	Wed Sep 24 01:50:24 1997 +0000
@@ -190,11 +190,9 @@
 
 (deffoo nnmh-request-list (&optional server dir)
   (nnheader-insert "")
-  (let (;; 1997/8/14 by MORIOKA Tomohiko
- 	;;	for XEmacs/mule.
- 	(pathname-coding-system 'binary)
+  (let ((pathname-coding-system 'binary)
 	(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)