Change gnus-agent.el and gnus-i18n.el using gnus-6_8 branch
authorichikawa <ichikawa>
Sun, 23 Aug 1998 05:51:35 +0000 (05:51 +0000)
committerichikawa <ichikawa>
Sun, 23 Aug 1998 05:51:35 +0000 (05:51 +0000)
ChangeLog
lisp/gnus-agent.el

index 8924326..57b2b0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+1998-08-23  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
+
+       * lisp/gnus-agent.el (gnus-agent-braid-nov): Use
+       `nnheader-insert-file-contents'.
+
+       * lisp/gnus-i18n.el (gnus-set-summary-default-charset): Sync up
+       with "akr" branch.
+
 1998-08-23  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
 
        * lisp/gnus.el (gnus-version-number): Update to 6.8.15.
index ef8fce9..0c81559 100644 (file)
@@ -811,7 +811,7 @@ the actual number of articles toggled is returned."
     (goto-char (point-min))
     (set-buffer nntp-server-buffer)
     (erase-buffer)
-    (insert-file-contents file)
+    (nnheader-insert-file-contents file)
     (goto-char (point-max))
     (if (or (= (point-min) (point-max))
            (progn