emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/international/mule-conf.el,v


From: Jason Rumney
Subject: [Emacs-diffs] Changes to emacs/lisp/international/mule-conf.el,v
Date: Mon, 18 Feb 2008 01:45:57 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Jason Rumney <jasonr>   08/02/18 01:45:55

Index: international/mule-conf.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/international/mule-conf.el,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -b -r1.88 -r1.89
--- international/mule-conf.el  1 Feb 2008 16:01:19 -0000       1.88
+++ international/mule-conf.el  18 Feb 2008 01:45:53 -0000      1.89
@@ -1470,11 +1470,7 @@
 (setq file-coding-system-alist
       '(("\\.elc\\'" . utf-8-emacs)
        ("\\.utf\\(-8\\)?\\'" . utf-8)
-       ;; This is the defined default for XML documents.  It may be
-       ;; overridden by a charset specification in the header.  That
-       ;; should be grokked by the auto-coding mechanism, but rms
-       ;; vetoed that.  -- fx
-       ("\\.xml\\'" . utf-8)
+       ("\\.xml\\'" . xml-find-file-coding-system)
        ;; We use raw-text for reading loaddefs.el so that if it
        ;; happens to have DOS or Mac EOLs, they are converted to
        ;; newlines.  This is required to make the special treatment




reply via email to

[Prev in Thread] Current Thread [Next in Thread]