(std11-full-name-string): fixed.
authormorioka <morioka>
Thu, 26 Nov 1998 09:45:56 +0000 (09:45 +0000)
committermorioka <morioka>
Thu, 26 Nov 1998 09:45:56 +0000 (09:45 +0000)
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)