From: yamaoka Date: Fri, 22 Apr 2005 12:48:52 +0000 (+0000) Subject: Synch to No Gnus 200504221248. X-Git-Tag: t-gnus-6_17_4-quimby-~500 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=7a11c0d2ecaaea7955b60a496ad0fc68196d98f8;p=elisp%2Fgnus.git- Synch to No Gnus 200504221248. --- diff --git a/lisp/gnus-art.el b/lisp/gnus-art.el index 0b80072..f155e5f 100644 --- a/lisp/gnus-art.el +++ b/lisp/gnus-art.el @@ -3031,6 +3031,9 @@ should replace the \"Date:\" one, or should be added below it." 'original-date)) (and (setq pos (next-single-property-change (point) 'original-date)) + (progn + (goto-char pos) + (bolp)) (setq date (get-text-property pos 'original-date)))) (not (string-equal date "")))