diff options
author | Miles Bader <miles@gnu.org> | 2006-07-24 10:53:10 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2006-07-24 10:53:10 +0000 |
commit | bd876f90953400122f0bee0beae3c2166c1f0117 (patch) | |
tree | df95a659a51c05d9d3ed539f6ebd4815b6aeb6cf /lisp/gnus/nnweb.el | |
parent | 5bf9fc454e96beffc198272f811507345ef70f49 (diff) | |
download | emacs-bd876f90953400122f0bee0beae3c2166c1f0117.tar.gz |
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 118-120)
- Merge from emacs--devo--0
- Update from CVS
2006-07-19 Andreas Seltenreich <uwi7@rz.uni-karlsruhe.de>
* lisp/gnus/mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
workaround for the url package included with Emacs.
* lisp/gnus/nnweb.el (nnweb-google-create-mapping): Update regexp.
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-367
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 b4bba2aba0f..7c0c8e0e444 100644 --- a/lisp/gnus/nnweb.el +++ b/lisp/gnus/nnweb.el @@ -416,7 +416,7 @@ Valid types include `google', `dejanews', and `gmane'.") (goto-char (point-min)) (incf i 100) (if (or (not (re-search-forward - "<a href=\"\n\\([^>\" \n\t]+\\)[^<]*<img src=[^>]+next" + "<a [^>]+href=\"\n?\\([^>\" \n\t]+\\)[^<]*<img[^>]+src=[^>]+next" nil t)) (>= i nnweb-max-hits)) (setq more nil) |