summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2020-02-29 09:51:43 +0200
committerEli Zaretskii <eliz@gnu.org>2020-02-29 09:51:43 +0200
commit9908b5a61438ab82964d43bcfbcbe968d9bf601b (patch)
tree66b696cf1610ca31dfd167149a34956f872a2897 /lisp
parentd767c357ca8ca59097d8ee7c06309efc1688f368 (diff)
parent6dc2ebe00e88d9fb6923bea9125700eb286726c7 (diff)
downloademacs-9908b5a61438ab82964d43bcfbcbe968d9bf601b.tar.gz
Merge branch 'emacs-27' of git.savannah.gnu.org:/srv/git/emacs into emacs-27
Diffstat (limited to 'lisp')
-rw-r--r--lisp/international/mule.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el
index 66594791209..86f3d2a34bf 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,