(rfc822/analyze-atom): New alias for `std11-analyze-atom'; New
[elisp/mu-cite.git] / std11.el
index 0b6d38f..4b58c24 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.11 1996-08-28 15:36:20 morioka Exp $
+;; Version: $Id: std11.el,v 0.14 1996-08-28 17:08:05 morioka Exp $
 
 ;; This file is part of tl (Tiny Library).
 
@@ -155,7 +155,7 @@ If BOUNDARY is not nil, it is used as message header separator.
          header)
        ))))
 
-(defun std11-header-field-names (&optional boundary)
+(defun std11-collect-field-names (&optional boundary)
   "Return list of all field-names of the message header in current buffer.
 If BOUNDARY is not nil, it is used as message header separator.
 \[std11.el]"
@@ -179,4 +179,7 @@ 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")
+
 ;;; std11.el ends here