From f6369c7a2198703727898fbddf9133f0f21a73fb Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 27 Feb 2004 02:10:52 +0000 Subject: [PATCH] Synch to No Gnus 200402270210. --- lisp/ChangeLog | 6 ++++++ lisp/nnrss.el | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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" -- 1.7.10.4