From: morioka Date: Wed, 28 Aug 1996 20:40:29 +0000 (+0000) Subject: (std11-parse-address-string): New function. X-Git-Tag: XEmacs-20_3-b6~44 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfcece053cac0ccb4888a84711423b27a3f1954a;p=elisp%2Fapel.git (std11-parse-address-string): New function. --- diff --git a/std11-parse.el b/std11-parse.el index 35d5e7f..597e444 100644 --- a/std11-parse.el +++ b/std11-parse.el @@ -4,7 +4,7 @@ ;; Author: MORIOKA Tomohiko ;; Keywords: mail, news, RFC 822, STD 11 -;; Version: $Id: std11-parse.el,v 0.9 1996-08-28 20:34:53 morioka Exp $ +;; Version: $Id: std11-parse.el,v 0.10 1996-08-28 20:40:29 morioka Exp $ ;; This file is part of tl (Tiny Library). @@ -433,6 +433,15 @@ )))) +;;; @ utilities +;;; + +(defun std11-parse-address-string (string) + "Parse STRING as mail address. [std11-parse.el]" + (std11-parse-address (std11-lexical-analyze string)) + ) + + ;;; @ end ;;;