From 7a11c0d2ecaaea7955b60a496ad0fc68196d98f8 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Fri, 22 Apr 2005 12:48:52 +0000 Subject: [PATCH] Synch to No Gnus 200504221248. --- lisp/gnus-art.el | 3 +++ 1 file changed, 3 insertions(+) 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 ""))) -- 1.7.10.4