X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=std11.el;h=3dd9c10232e4944f6ef21a78522fd94261a23f7a;hb=b893894e1beef882393db0b8fd1906eb4f3b6ac8;hp=8f04ff1b49424e6caa5a454b04fc4ec9bcce7dc4;hpb=aef07512128ce61f85c2500d285b538dea7295e5;p=elisp%2Fmu-cite.git diff --git a/std11.el b/std11.el index 8f04ff1..3dd9c10 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.17 1996-08-28 20:42:42 morioka Exp $ +;; Version: $Id: std11.el,v 0.18 1996-08-28 20:54:43 morioka Exp $ ;; This file is part of tl (Tiny Library). @@ -174,7 +174,7 @@ If BOUNDARY is not nil, it is used as message header separator. dest)))) -;;; @ end +;;; @ parser ;;; (provide 'std11) @@ -187,4 +187,13 @@ If BOUNDARY is not nil, it is used as message header separator. std11-parse-address std11-parse-addresses std11-parse-address-string)) +(defun std11-parse-address-string (string) + "Parse STRING as mail address. [std11.el]" + (std11-parse-address (std11-lexical-analyze string)) + ) + + +;;; @ end +;;; + ;;; std11.el ends here