From: yamaoka Date: Fri, 27 Feb 2004 02:10:52 +0000 (+0000) Subject: Synch to No Gnus 200402270210. X-Git-Tag: t-gnus-6_17_4-quimby-~1055 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=f6369c7a2198703727898fbddf9133f0f21a73fb;p=elisp%2Fgnus.git- Synch to No Gnus 200402270210. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 555ba47..c81effb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2004-02-27 Katsumi Yamaoka + + * nnrss.el (nnrss-opml-export): Use + mm-set-buffer-file-coding-system instead of + set-buffer-file-coding-system. + 2004-02-27 Jesper Harder * nnrss.el (nnrss-opml-export): Turn on sgml-mode. diff --git a/lisp/nnrss.el b/lisp/nnrss.el index 7d09ba3..54e20ff 100644 --- a/lisp/nnrss.el +++ b/lisp/nnrss.el @@ -471,7 +471,7 @@ Read the file and attempt to subscribe to each Feed in the file." Export subscriptions to a buffer in OPML Format." (interactive) (with-current-buffer (get-buffer-create "*OPML Export*") - (set-buffer-file-coding-system 'utf-8) + (mm-set-buffer-file-coding-system 'utf-8) (insert (concat "\n" "\n"