aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/mm-decode.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el
index 6b539399596..6683d68a318 100644
--- a/lisp/gnus/mm-decode.el
+++ b/lisp/gnus/mm-decode.el
@@ -1413,8 +1413,8 @@ Return t if meta tag is added or replaced."
1413 (let ((case-fold-search t)) 1413 (let ((case-fold-search t))
1414 (goto-char (point-min)) 1414 (goto-char (point-min))
1415 (if (re-search-forward "\ 1415 (if (re-search-forward "\
1416<meta\\s-+http-equiv=[\"']?content-type[\"']?\\s-+content=[\"']\ 1416<meta\\s-+http-equiv=[\"']?content-type[\"']?\\s-+content=[\"']?\
1417text/\\(\\sw+\\)\\(?:;\\s-*charset=\\([^\"'>]+\\)\\)?[^>]*>" nil t) 1417text/\\(\\sw+\\)\\(?:;\\s-*charset=\\([^\t\n\r \"'>]+\\)\\)?[^>]*>" nil t)
1418 (if (and (not force-charset) 1418 (if (and (not force-charset)
1419 (match-beginning 2) 1419 (match-beginning 2)
1420 (string-match "\\`html\\'" (match-string 1))) 1420 (string-match "\\`html\\'" (match-string 1)))