(std11-analyze-domain-literal): New function.
authormorioka <morioka>
Wed, 28 Aug 1996 17:35:10 +0000 (17:35 +0000)
committermorioka <morioka>
Wed, 28 Aug 1996 17:35:10 +0000 (17:35 +0000)
std11-parse.el

index 45fe23b..34d22d3 100644 (file)
@@ -4,7 +4,7 @@
 
 ;; 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
 ;;;