`rfc822/analyze-atom', `rfc822/analyze-quoted-string',
`rfc822/analyze-domain-literal', and `rfc822/analyze-comment' were
abolished.
(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)