projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e2d98a
)
Synch to No Gnus 200504221248.
author
yamaoka
<yamaoka>
Fri, 22 Apr 2005 12:48:52 +0000
(12:48 +0000)
committer
yamaoka
<yamaoka>
Fri, 22 Apr 2005 12:48:52 +0000
(12:48 +0000)
lisp/gnus-art.el
patch
|
blob
|
history
diff --git
a/lisp/gnus-art.el
b/lisp/gnus-art.el
index
0b80072
..
f155e5f
100644
(file)
--- 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 "")))