aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/mm-url.el
diff options
context:
space:
mode:
authorMiles Bader <[email protected]>2005-09-25 21:26:33 +0000
committerMiles Bader <[email protected]>2005-09-25 21:26:33 +0000
commit5fae1caef32374fffc256f7f92952398d226fff2 (patch)
treec53048f19a306201c9060e5c6af0cf627fa7c8f5 /lisp/gnus/mm-url.el
parent0d1460c361d98a99311ad863e1dac6f0d21500bb (diff)
Revision: [email protected]/emacs--cvs-trunk--0--patch-561
Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 122-124) - Update from CVS: lisp/mm-url.el (mm-url-decode-entities): Fix regexp. - Update from CVS 2005-09-22 Reiner Steib <[email protected]> * lisp/gnus/spam-report.el (spam-report-url-ping-plain): Use gnus-extended-version as User-Agent. * lisp/gnus/gnus-agent.el (gnus-agent-synchronize-flags): Explain why the default value is nil. 2005-09-20 Lars Magne Ingebrigtsen <[email protected]> * lisp/gnus/gnus-agent.el (gnus-agent-synchronize-flags): Switch the default to nil, to be able to use Gnus at all. If the default switches to something else, then the function should be fixed not be exceedingly slow. 2005-09-19 Reiner Steib <[email protected]> * lisp/gnus/mm-url.el (mm-url-decode-entities): Fix regexp. 2005-09-22 Katsumi Yamaoka <[email protected]> * man/gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
Diffstat (limited to 'lisp/gnus/mm-url.el')
-rw-r--r--lisp/gnus/mm-url.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/mm-url.el b/lisp/gnus/mm-url.el
index 961ee0ea4f..4fd39e477f 100644
--- a/lisp/gnus/mm-url.el
+++ b/lisp/gnus/mm-url.el
@@ -365,7 +365,7 @@ If FOLLOW-REFRESH is non-nil, redirect refresh url in META."
(defun mm-url-decode-entities ()
"Decode all HTML entities."
(goto-char (point-min))
- (while (re-search-forward "&\\(#[0-9]+\\|[a-z]+\\);" nil t)
+ (while (re-search-forward "&\\(#[0-9]+\\|[a-z]+[0-9]*\\);" nil t)
(let ((elem (if (eq (aref (match-string 1) 0) ?\#)
(let ((c
(string-to-number (substring