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:
6da8ae5
)
(message-make-in-reply-to): Quote date (sync up with gnus-6_8).
author
yamaoka
<yamaoka>
Wed, 4 Nov 1998 01:39:28 +0000
(
01:39
+0000)
committer
yamaoka
<yamaoka>
Wed, 4 Nov 1998 01:39:28 +0000
(
01:39
+0000)
lisp/message.el
patch
|
blob
|
history
diff --git
a/lisp/message.el
b/lisp/message.el
index
584265e
..
20d6410
100644
(file)
--- a/
lisp/message.el
+++ b/
lisp/message.el
@@
-3036,10
+3036,10
@@
If NOW, use that time instead."
(let ((pair (std11-extract-address-components from)))
(concat "\n ("
(or (car pair) (cadr pair))
- "'s message of "
+ "'s message of \""
(if (or (not date) (string= date ""))
"(unknown date)" date)
- ")"))))))))
+ "\")"))))))))
(defun message-make-distribution ()
"Make a Distribution header."