From 711668ac2d362719657db8a85fa1989545761412 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Wed, 18 Sep 2013 00:25:23 +0000 Subject: [PATCH] lisp/gnus/mm-decode.el (mm-add-meta-html-tag): Fix last change --- lisp/gnus/mm-decode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el index 07e66b30e5..941849da18 100644 --- a/lisp/gnus/mm-decode.el +++ b/lisp/gnus/mm-decode.el @@ -1415,7 +1415,7 @@ Return t if meta tag is added or replaced." (goto-char (point-min)) (if (re-search-forward "\ ]+\\)\\)?" nil t) +text/\\(\\sw+\\)\\(?:\;\\s-*charset=\\([^\"'>]+\\)\\)?[^>]*>" nil t) (if (and (not force-charset) (match-beginning 2) (string-match "\\`html\\'" (match-string 1))) -- 2.20.1