Fix overquoting in mule.el
* lisp/international/mule.el (sgml-xml-auto-coding-function): Remove accidental quote.
This commit is contained in:
parent
5cca73dd82
commit
6dc2ebe00e
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue