(nnspool-file-coding-system): Abolished.
authorkeiichi <keiichi>
Mon, 1 Mar 1999 02:57:28 +0000 (02:57 +0000)
committerkeiichi <keiichi>
Mon, 1 Mar 1999 02:57:28 +0000 (02:57 +0000)
(nnspool-retrieve-headers): Don't use `nnheader-file-coding-system'.
(nnspool-retrieve-headers-with-nov): Ditto.
(nnspool-find-file): Ditto.

lisp/nnspool.el

index 1cca067..df6642a 100644 (file)
@@ -112,7 +112,6 @@ there.")
             (default-directory nnspool-current-directory)
             (do-message (and (numberp nnspool-large-newsgroup)
                              (> number nnspool-large-newsgroup)))
-            (nnheader-file-coding-system nnspool-file-coding-system)
             file beg article ag)
        (if (and (numberp (car articles))
                 (nnspool-retrieve-headers-with-nov articles fetch-old))
@@ -357,7 +356,6 @@ there.")
     (let ((nov (nnheader-group-pathname
                nnspool-current-group nnspool-nov-directory ".overview"))
          (arts articles)
-         (nnheader-file-coding-system nnspool-file-coding-system)
          last)
       (if (not (file-exists-p nov))
          ()
@@ -439,7 +437,7 @@ there.")
   (set-buffer nntp-server-buffer)
   (erase-buffer)
   (condition-case ()
-      (let ((nnheader-file-coding-system nnspool-file-coding-system))
+      (progn
        (nnheader-insert-file-contents file)
        t)
     (file-error nil)))