From: morioka Date: Thu, 26 Nov 1998 09:45:56 +0000 (+0000) Subject: (std11-full-name-string): fixed. X-Git-Tag: chao-gnus-6_12_4-oomori~1 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b66f03f5357de1bd51491e26ddc0c3b6ec682118;p=elisp%2Fflim.git (std11-full-name-string): fixed. --- diff --git a/std11.el b/std11.el index e423616..112629c 100644 --- 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)