changeset 19990:1438b35b320b

(nnfolder-request-list): Bind file-name-coding-system to binary. (nnfolder-possibly-change-group): Likewise.
author Kenichi Handa <handa@m17n.org>
date Fri, 26 Sep 1997 01:50:55 +0000
parents 9049c6de031f
children 6a13c8143100
files lisp/gnus/nnfolder.el
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/nnfolder.el	Fri Sep 26 01:50:55 1997 +0000
+++ b/lisp/gnus/nnfolder.el	Fri Sep 26 01:50:55 1997 +0000
@@ -286,6 +286,7 @@
     ;; 1997/8/14 by MORIOKA Tomohiko
     ;;    for XEmacs/mule.
     (let ((nnmail-file-coding-system nnmail-active-file-coding-system)
+	  (file-name-coding-system 'binary) ; for Emacs 20
 	  (pathname-coding-system 'binary)) ; for XEmacs/mule
       (nnmail-find-file nnfolder-active-file)
       (setq nnfolder-group-alist (nnmail-get-active)))
@@ -509,7 +510,8 @@
   ;; Change group.
   (when (and group
 	     (not (equal group nnfolder-current-group)))
-    (let ((pathname-coding-system 'binary))
+    (let ((file-name-coding-system 'binary)
+	  (pathname-coding-system 'binary))
       (nnmail-activate 'nnfolder)
       (when (and (not (assoc group nnfolder-group-alist))
 		 (not (file-exists-p