From c366e0fd052779db27bd658654e740a6abe1496e Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Wed, 18 Sep 2013 00:25:06 +0000 Subject: [PATCH] mm-decode.el (mm-add-meta-html-tag): Fix last change --- lisp/mm-decode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el index 07e66b30e..941849da1 100644 --- a/lisp/mm-decode.el +++ b/lisp/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.25.1