From: ichikawa Date: Sun, 23 Aug 1998 05:51:35 +0000 (+0000) Subject: Change gnus-agent.el and gnus-i18n.el using gnus-6_8 branch X-Git-Tag: ichikawa-199811302358~12 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=545fd60c48bd51a63ab0327c05288ad0cd7b1289;p=elisp%2Fgnus.git- Change gnus-agent.el and gnus-i18n.el using gnus-6_8 branch --- diff --git a/ChangeLog b/ChangeLog index 8924326..57b2b0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +1998-08-23 Shuhei KOBAYASHI + + * 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 * lisp/gnus.el (gnus-version-number): Update to 6.8.15. diff --git a/lisp/gnus-agent.el b/lisp/gnus-agent.el index ef8fce9..0c81559 100644 --- a/lisp/gnus-agent.el +++ b/lisp/gnus-agent.el @@ -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