From: morioka Date: Wed, 28 Aug 1996 18:18:03 +0000 (+0000) Subject: Remove autoload for `std11-analyze-*'. X-Git-Tag: XEmacs-20_3-b6~47 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=075fdbe3444cbb90b166e13b240a602391e25ab3;p=elisp%2Fapel.git Remove autoload for `std11-analyze-*'. Add `std11-lexical-analyze' as autoload function of std11-parse. --- diff --git a/std11.el b/std11.el index 4b58c24..27c4192 100644 --- a/std11.el +++ b/std11.el @@ -4,7 +4,7 @@ ;; Author: MORIOKA Tomohiko ;; Keywords: mail, news, RFC 822, STD 11 -;; Version: $Id: std11.el,v 0.14 1996-08-28 17:08:05 morioka Exp $ +;; Version: $Id: std11.el,v 0.15 1996-08-28 18:18:03 morioka Exp $ ;; This file is part of tl (Tiny Library). @@ -179,7 +179,6 @@ If BOUNDARY is not nil, it is used as message header separator. (provide 'std11) -(autoload 'std11-analyze-spaces "std11-parse") -(autoload 'std11-analyze-special "std11-parse") +(autoload 'std11-lexical-analyze "std11-parse") ;;; std11.el ends here