diff options
author | Miles Bader <miles@gnu.org> | 2006-04-26 21:58:05 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2006-04-26 21:58:05 +0000 |
commit | 0565caebd9a781b845722fe8ea191eea90b45bb8 (patch) | |
tree | dcfd1d6be2e726bd6ea29bdb2a119f398156c296 /lisp/gnus/nnweb.el | |
parent | 8570ce80826e511612edc65b659466503c176b58 (diff) | |
download | emacs-0565caebd9a781b845722fe8ea191eea90b45bb8.tar.gz |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-249
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 91-95)
- Merge from emacs--devo--0
- Update from CVS
Diffstat (limited to 'lisp/gnus/nnweb.el')
-rw-r--r-- | lisp/gnus/nnweb.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/nnweb.el b/lisp/gnus/nnweb.el index 134b62e97b9..a67d5a469f6 100644 --- a/lisp/gnus/nnweb.el +++ b/lisp/gnus/nnweb.el @@ -307,8 +307,8 @@ Valid types include `google', `dejanews', and `gmane'.") (defun nnweb-google-wash-article () ;; We have Google's masked e-mail addresses here. :-/ (let ((case-fold-search t) - (start-re "<pre>\n *") - (end-re "\n *</pre>")) + (start-re "<pre>[\r\n ]*") + (end-re "[\r\n ]*</pre>")) (goto-char (point-min)) (if (save-excursion (or (re-search-forward "The requested message.*could not be found." |