;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
;; Keywords: mail, news, RFC 822, STD 11
-;; Version: $Id: std11-parse.el,v 0.5 1996-08-28 17:33:26 morioka Exp $
+;; Version: $Id: std11-parse.el,v 0.6 1996-08-28 17:35:10 morioka Exp $
;; This file is part of tl (Tiny Library).
(std11-analyze-enclosure str 'quoted-string ?\" ?\")
)
+(defun std11-analyze-domain-literal (str)
+ (std11-analyze-enclosure str 'domain-literal ?\[ ?\])
+ )
+
;;; @ end
;;;