2013-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
+ * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
+
* message.el (message-display-completion-list): Abolish.
(message-completion-in-region): Use display-completion-list.
(goto-char (point-min))
(if (re-search-forward "\
<meta\\s-+http-equiv=[\"']?content-type[\"']?\\s-+content=[\"']\
-text/\\(\\sw+\\)\\(?:\;\\s-*charset=\\(.+\\)\\)?[\"'][^>]*>" nil t)
+text/\\(\\sw+\\)\\(?:\;\\s-*charset=\\([^\"'>]+\\)\\)?" nil t)
(if (and (not force-charset)
(match-beginning 2)
(string-match "\\`html\\'" (match-string 1)))