From: morioka Date: Wed, 28 Aug 1996 18:15:17 +0000 (+0000) Subject: Alias `rfc822/analyze-spaces', `rfc822/analyze-special', X-Git-Tag: XEmacs-20_3-b27-viet~50 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=1f9245f923b3cf5dabd7b6a3c1b54afe7cc17058;p=elisp%2Fmu-cite.git Alias `rfc822/analyze-spaces', `rfc822/analyze-special', `rfc822/analyze-atom', `rfc822/analyze-quoted-string', `rfc822/analyze-domain-literal', and `rfc822/analyze-comment' were abolished. --- diff --git a/tl-822.el b/tl-822.el index 5f5e240..12412e2 100644 --- 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)) @@ -117,13 +117,6 @@ ;;; @ 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)