Alias `rfc822/analyze-spaces', `rfc822/analyze-special',
authormorioka <morioka>
Wed, 28 Aug 1996 18:15:17 +0000 (18:15 +0000)
committermorioka <morioka>
Wed, 28 Aug 1996 18:15:17 +0000 (18:15 +0000)
`rfc822/analyze-atom', `rfc822/analyze-quoted-string',
`rfc822/analyze-domain-literal', and `rfc822/analyze-comment' were
abolished.

tl-822.el

index 5f5e240..12412e2 100644 (file)
--- a/tl-822.el
+++ b/tl-822.el
@@ -30,7 +30,7 @@
 
 
 (defconst rfc822/RCS-ID
-  "$Id: tl-822.el,v 7.54 1996-08-28 18:12:56 morioka Exp $")
+  "$Id: tl-822.el,v 7.55 1996-08-28 18:15:17 morioka Exp $")
 (defconst rfc822/version (get-version-string rfc822/RCS-ID))
 
 
 ;;; @ lexical analyze
 ;;;
 
-(defalias 'rfc822/analyze-spaces       'std11-analyze-spaces)
-(defalias 'rfc822/analyze-special      'std11-analyze-special)
-(defalias 'rfc822/analyze-atom         'std11-analyze-atom)
-(defalias 'rfc822/analyze-quoted-string        'std11-analyze-quoted-string)
-(defalias 'rfc822/analyze-domain-literal 'std11-analyze-domain-literal)
-(defalias 'rfc822/analyze-comment      'std11-analyze-comment)
-
 (defalias 'rfc822/lexical-analyze      'std11-lexical-analyze)