diff options
author | Miles Bader <miles@gnu.org> | 2008-03-01 01:28:14 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2008-03-01 01:28:14 +0000 |
commit | 14e8de0c3f87a228c05902be66c5bcf953636611 (patch) | |
tree | f5dedbed1ff15d1badc46a54951fae5e4bdafadc /lisp/gnus/nnweb.el | |
parent | 5831b5a64833baa4a1baa7b3c5d17e72b74d8e4c (diff) | |
download | emacs-14e8de0c3f87a228c05902be66c5bcf953636611.tar.gz |
Merge from gnus--devo--0
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1089
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 f472aeacb14..56a287ef5e7 100644 --- a/lisp/gnus/nnweb.el +++ b/lisp/gnus/nnweb.el @@ -367,7 +367,7 @@ Valid types include `google', `dejanews', and `gmane'.") (goto-char (point-max)) (when (re-search-backward - "^\\(?:\\(\\w+\\) \\([0-9]+\\)\\|\\S-+\\)\\(?: \\([0-9]\\{4\\}\\)\\)? by \\(.*\\)" + "^\\(?:\\(\\w+\\) \\([0-9]+\\)\\|\\S-+\\)\\(?: \\([0-9]\\{4\\}\\)\\)? by ?\\(.*\\)" nil t) (setq Date (if (match-string 1) (format "%s %s 00:00:00 %s" |