Function `std11-field-bodies' was renamed to
authormorioka <morioka>
Wed, 28 Aug 1996 15:26:10 +0000 (15:26 +0000)
committermorioka <morioka>
Wed, 28 Aug 1996 15:26:10 +0000 (15:26 +0000)
`std11-find-field-bodies'.

std11.el
tl-822.el

index bb762ff..bae67ca 100644 (file)
--- a/std11.el
+++ b/std11.el
@@ -4,7 +4,7 @@
 
 ;; Author:   MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Keywords: mail, news, RFC 822, STD 11
-;; Version: $Id: std11.el,v 0.9 1996-08-28 15:17:19 morioka Exp $
+;; Version: $Id: std11.el,v 0.10 1996-08-28 15:25:16 morioka Exp $
 
 ;; This file is part of tl (Tiny Library).
 
@@ -80,7 +80,7 @@ If BOUNDARY is not nil, it is used as message header separator.
          )
        dest))))
 
-(defun std11-field-bodies (field-names &optional default-value boundary)
+(defun std11-find-field-bodies (field-names &optional default-value boundary)
   "Return list of each field-bodies of FIELD-NAMES of the message header
 in current buffer. If BOUNDARY is not nil, it is used as message
 header separator. [std11.el]"
index afa1acf..a165ddf 100644 (file)
--- a/tl-822.el
+++ b/tl-822.el
@@ -30,7 +30,7 @@
 
 
 (defconst rfc822/RCS-ID
-  "$Id: tl-822.el,v 7.45 1996-08-28 15:16:51 morioka Exp $")
+  "$Id: tl-822.el,v 7.46 1996-08-28 15:26:10 morioka Exp $")
 (defconst rfc822/version (get-version-string rfc822/RCS-ID))
 
 
@@ -48,7 +48,7 @@
 (defalias `rfc822/field-end            'std11-field-end)
 (defalias 'rfc822/get-field-body       'std11-find-field-body)
 (defalias 'rfc822/get-field-names      'std11-field-names)
-(defalias 'rfc822/get-field-bodies     'std11-field-bodies)
+(defalias 'rfc822/get-field-bodies     'std11-find-field-bodies)
 
 
 ;;; @ quoting