Synch to No Gnus 200504221248.
authoryamaoka <yamaoka>
Fri, 22 Apr 2005 12:48:52 +0000 (12:48 +0000)
committeryamaoka <yamaoka>
Fri, 22 Apr 2005 12:48:52 +0000 (12:48 +0000)
lisp/gnus-art.el

index 0b80072..f155e5f 100644 (file)
@@ -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 "")))