diff options
author | Miles Bader <miles@gnu.org> | 2006-04-05 04:02:36 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2006-04-05 04:02:36 +0000 |
commit | b6f2cf4bfa2c7d563a08091d77db287b4bec09de (patch) | |
tree | b39444c04a8488e9e19339fa36a4fa9232dfd3dc /lisp/gnus/nnweb.el | |
parent | 21c8020376d9c6bf03cc54c5d7755357769df464 (diff) | |
download | emacs-b6f2cf4bfa2c7d563a08091d77db287b4bec09de.tar.gz emacs-b6f2cf4bfa2c7d563a08091d77db287b4bec09de.tar.bz2 emacs-b6f2cf4bfa2c7d563a08091d77db287b4bec09de.zip |
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-198
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 76-77)
- Update from CVS: README: Addition from 5.10.6 tar ball.
- Update from CVS
Diffstat (limited to 'lisp/gnus/nnweb.el')
-rw-r--r-- | lisp/gnus/nnweb.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/nnweb.el b/lisp/gnus/nnweb.el index 13901e22f6d..134b62e97b9 100644 --- a/lisp/gnus/nnweb.el +++ b/lisp/gnus/nnweb.el @@ -415,7 +415,7 @@ Valid types include `google', `dejanews', and `gmane'.") (goto-char (point-min)) (incf i 100) (if (or (not (re-search-forward - "<a href=\"\n\\([^>\"]+\\)\"><img src=\"[^\"]+next" + "<a href=\"\n\\([^>\" \n\t]+\\)[^<]*<img src=[^>]+next" nil t)) (>= i nnweb-max-hits)) (setq more nil) |