projects
/
elisp
/
flim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38e34ec
)
(std11-full-name-string): fixed.
author
morioka
<morioka>
Thu, 26 Nov 1998 09:45:56 +0000
(09:45 +0000)
committer
morioka
<morioka>
Thu, 26 Nov 1998 09:45:56 +0000
(09:45 +0000)
std11.el
patch
|
blob
|
history
diff --git
a/std11.el
b/std11.el
index
e423616
..
112629c
100644
(file)
--- a/
std11.el
+++ b/
std11.el
@@
-778,7
+778,10
@@
represents addr-spec of RFC 822. [std11.el]"
(std11-strip-quoted-pair (cdr token))
)
((eq type 'comment)
- (std11-comment-value-to-string (cdr token))
+ (concat "("
+ (std11-comment-value-to-string
+ (cdr token))
+ ")")
)
(t
(cdr token)