Synch with the flim-1_14 branch.
[elisp/flim.git] / std11.el
index 645fbbe..14eb7e5 100644 (file)
--- a/std11.el
+++ b/std11.el
@@ -780,6 +780,8 @@ represents addr-spec of RFC 822."
                    ((eq name 'comment) "")
                    ((eq name 'quoted-string)
                     (concat "\"" (cdr token) "\""))
+                   ((eq name 'domain-literal)
+                    (concat "[" (cdr token) "]"))
                    (t (cdr token)))
                   )))
             seq "")