emacs-diffs
[Top][All Lists]
Advanced

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

emacs-27 6dc2ebe: Fix overquoting in mule.el


From: Mattias Engdegård
Subject: emacs-27 6dc2ebe: Fix overquoting in mule.el
Date: Fri, 28 Feb 2020 16:40:03 -0500 (EST)

branch: emacs-27
commit 6dc2ebe00e88d9fb6923bea9125700eb286726c7
Author: Mattias Engdegård <address@hidden>
Commit: Mattias Engdegård <address@hidden>

    Fix overquoting in mule.el
    
    * lisp/international/mule.el (sgml-xml-auto-coding-function):
    Remove accidental quote.
---
 lisp/international/mule.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index 6659479..86f3d2a 100644
--- a/lisp/international/mule.el
+++ b/lisp/international/mule.el
@@ -2601,7 +2601,7 @@ This function is intended to be added to 
`auto-coding-functions'."
                     (detect-coding-region (point-min) size t)))))
             ;; Pure ASCII always comes back as undecided.
             (if (memq detected
-                      '(utf-8 'utf-8-with-signature 'utf-8-hfs undecided))
+                      '(utf-8 utf-8-with-signature utf-8-hfs undecided))
                 'utf-8
               (warn "File contents detected as %s.
   Consider adding an encoding attribute to the xml declaration,



reply via email to

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