]> git.eshelyaron.com Git - emacs.git/commitdiff
(mm-auto-save-coding-system): Prefer utf-8-emacs
authorDave Love <fx@gnu.org>
Mon, 27 May 2002 14:53:41 +0000 (14:53 +0000)
committerDave Love <fx@gnu.org>
Mon, 27 May 2002 14:53:41 +0000 (14:53 +0000)
coding system to emacs-mule.

lisp/gnus/mm-util.el

index 385d09f09e7a00a266c4f4db295bea266d50ccd8..f63829eaba850b229bbe689f459f980a47715843 100644 (file)
 
 (defvar mm-auto-save-coding-system
   (cond
+   ((mm-coding-system-p 'utf-8-emacs)
+    (if (memq system-type '(windows-nt ms-dos ms-windows))
+       (if (mm-coding-system-p 'utf-8-emacs-dos)
+           'utf-8-emacs-dos mm-binary-coding-system)
+      'utf-8-emacs))
    ((mm-coding-system-p 'emacs-mule)
     (if (memq system-type '(windows-nt ms-dos ms-windows))
        (if (mm-coding-system-p 'emacs-mule-dos)