X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=std11.el;h=8f04ff1b49424e6caa5a454b04fc4ec9bcce7dc4;hb=aef07512128ce61f85c2500d285b538dea7295e5;hp=c16e8e8259d43060b5c2ce723b2a7686131d2d05;hpb=dfd1e818484ae5a2044077a21b3b5cb90e91437a;p=elisp%2Fmu-cite.git diff --git a/std11.el b/std11.el index c16e8e8..8f04ff1 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.16 1996-08-28 20:33:54 morioka Exp $ +;; Version: $Id: std11.el,v 0.17 1996-08-28 20:42:42 morioka Exp $ ;; This file is part of tl (Tiny Library). @@ -179,8 +179,12 @@ If BOUNDARY is not nil, it is used as message header separator. (provide 'std11) -(autoload 'std11-lexical-analyze "std11-parse") -(autoload 'std11-parse-address "std11-parse") -(autoload 'std11-parse-addresses "std11-parse") +(mapcar (function + (lambda (func) + (autoload func "std11-parse") + )) + '(std11-lexical-analyze + std11-parse-address std11-parse-addresses + std11-parse-address-string)) ;;; std11.el ends here