Mercurial > hg > xemacs-beta
diff lisp/gnus/nnweb.el @ 173:8eaf7971accc r20-3b13
Import from CVS: tag r20-3b13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:49:09 +0200 |
parents | 59463afc5666 |
children |
line wrap: on
line diff
--- a/lisp/gnus/nnweb.el Mon Aug 13 09:47:55 2007 +0200 +++ b/lisp/gnus/nnweb.el Mon Aug 13 09:49:09 2007 +0200 @@ -342,7 +342,7 @@ (goto-char (point-min)) (while (re-search-forward "&\\([a-z]+\\);" nil t) (replace-match (char-to-string (or (cdr (assq (intern (match-string 1)) - w3-html-entities )) + w3-html-entities)) ?#)) t t)))