[gnus git] branch master updated: m0-7-232-gc366e0f =1= mm-decode.el (mm-add-meta-html-tag): Fix last change
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via c366e0fd052779db27bd658654e740a6abe1496e (commit)
from 44ad7d9e6ffc6f34c2a151698098974bc8ca4716 (commit)
- Log -----------------------------------------------------------------
commit c366e0fd052779db27bd658654e740a6abe1496e
Author: Katsumi Yamaoka <[email protected]>
Date: Wed Sep 18 00:25:06 2013 +0000
mm-decode.el (mm-add-meta-html-tag): Fix last change
diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el
index 07e66b3..941849d 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 "\
<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)))
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/mm-decode.el | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project