From 1f9245f923b3cf5dabd7b6a3c1b54afe7cc17058 Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 28 Aug 1996 18:15:17 +0000 Subject: [PATCH] Alias `rfc822/analyze-spaces', `rfc822/analyze-special', `rfc822/analyze-atom', `rfc822/analyze-quoted-string', `rfc822/analyze-domain-literal', and `rfc822/analyze-comment' were abolished. --- tl-822.el | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) 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) -- 1.7.10.4