(nndraft-request-article): Replace emacs-mule with mm-auto-save-coding-system.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 6 Nov 2002 23:48:54 +0000 (23:48 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 6 Nov 2002 23:48:54 +0000 (23:48 +0000)
lisp/ChangeLog
lisp/nndraft.el

index 5e7284f..5be9156 100644 (file)
@@ -1,5 +1,8 @@
 2002-11-06  Katsumi Yamaoka  <yamaoka@jpl.org>
 
+       * nndraft.el (nndraft-request-article): Replace emacs-mule with
+       mm-auto-save-coding-system.
+
        * message.el (message-draft-coding-system): Default to
        iso-2022-7bit.
 
index dddd6a6..80acd1f 100644 (file)
          (when maybe-emacs-mule-p
            (goto-char (point-min))
            (if (re-search-forward "[^\000-\177]" nil t)
-               ;; Consider the file has been saved using `emacs-mule'.
+               ;; Consider the file has been saved as `emacs-mule'.
                (mm-decode-coding-region (point-min) (point-max)
-                                        'emacs-mule)
+                                        mm-auto-save-coding-system)
              (mm-decode-coding-region (point-min) (point-max)
                                       message-draft-coding-system)))
          (goto-char (point-min))