From: morioka Date: Wed, 28 Aug 1996 20:54:03 +0000 (+0000) Subject: Function `std11-parse-address-string' was moved to std11.el. X-Git-Tag: XEmacs-20_3-b6~42 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=bb48280a3424314bdaf7fb017a08e6d61b39ed6c;p=elisp%2Fapel.git Function `std11-parse-address-string' was moved to std11.el. --- diff --git a/std11-parse.el b/std11-parse.el index 597e444..443373a 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.10 1996-08-28 20:40:29 morioka Exp $ +;; Version: $Id: std11-parse.el,v 0.11 1996-08-28 20:54:03 morioka Exp $ ;; This file is part of tl (Tiny Library). @@ -433,15 +433,6 @@ )))) -;;; @ utilities -;;; - -(defun std11-parse-address-string (string) - "Parse STRING as mail address. [std11-parse.el]" - (std11-parse-address (std11-lexical-analyze string)) - ) - - ;;; @ end ;;;