diff options
-rw-r--r-- | lisp/international/mule.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/mule.el b/lisp/international/mule.el index f5294fea92f..9136a257ee1 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -2126,7 +2126,7 @@ This function is intended to be added to `auto-coding-functions'." (save-excursion (forward-line 10) (point)))) - (when (and (search-forward "<html>" size t) + (when (and (search-forward "<html" size t) (re-search-forward "<meta\\s-+http-equiv=\"content-type\"\\s-+content=\"text/\\sw+;\\s-*charset=\\(.+?\\)\"" size t)) (let* ((match (match-string 1)) (sym (intern (downcase match)))) |