aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/international/mule.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/international/mule.el')
-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 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'."
2126 (save-excursion 2126 (save-excursion
2127 (forward-line 10) 2127 (forward-line 10)
2128 (point)))) 2128 (point))))
2129 (when (and (search-forward "<html>" size t) 2129 (when (and (search-forward "<html" size t)
2130 (re-search-forward "<meta\\s-+http-equiv=\"content-type\"\\s-+content=\"text/\\sw+;\\s-*charset=\\(.+?\\)\"" size t)) 2130 (re-search-forward "<meta\\s-+http-equiv=\"content-type\"\\s-+content=\"text/\\sw+;\\s-*charset=\\(.+?\\)\"" size t))
2131 (let* ((match (match-string 1)) 2131 (let* ((match (match-string 1))
2132 (sym (intern (downcase match)))) 2132 (sym (intern (downcase match))))