(nnrss-opml-export): Use mm-set-buffer-file-coding-system instead of
authorKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 27 Feb 2004 02:10:21 +0000 (02:10 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 27 Feb 2004 02:10:21 +0000 (02:10 +0000)
 set-buffer-file-coding-system.

lisp/ChangeLog
lisp/nnrss.el

index 555ba47..c81effb 100644 (file)
@@ -1,3 +1,9 @@
+2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nnrss.el (nnrss-opml-export): Use
+       mm-set-buffer-file-coding-system instead of
+       set-buffer-file-coding-system.
+
 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
 
        * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
index 7d09ba3..54e20ff 100644 (file)
@@ -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 
             "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n"
             "<!-- OPML generated by Emacs Gnus' nnrss.el -->\n"