autoload std11-parse for `std11-analyze-spaces'.
authormorioka <morioka>
Wed, 28 Aug 1996 16:59:36 +0000 (16:59 +0000)
committermorioka <morioka>
Wed, 28 Aug 1996 16:59:36 +0000 (16:59 +0000)
std11.el

index 5aa88e0..d79e28d 100644 (file)
--- a/std11.el
+++ b/std11.el
@@ -1,10 +1,10 @@
-;;; std11.el --- STD 11 parser for GNU Emacs
+;;; std11.el --- STD 11 functions for GNU Emacs
 
 ;; Copyright (C) 1995,1996 Free Software Foundation, Inc.
 
 ;; Author:   MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Keywords: mail, news, RFC 822, STD 11
-;; Version: $Id: std11.el,v 0.12 1996-08-28 15:38:19 morioka Exp $
+;; Version: $Id: std11.el,v 0.13 1996-08-28 16:59:36 morioka Exp $
 
 ;; This file is part of tl (Tiny Library).
 
@@ -179,4 +179,6 @@ If BOUNDARY is not nil, it is used as message header separator.
 
 (provide 'std11)
 
+(autoload 'std11-analyze-spaces "std11-parse")
+
 ;;; std11.el ends here