From 6b01477e5e29e384186f8ebf2764e6662824a5ff Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 28 Aug 1996 15:09:13 +0000 Subject: [PATCH] Function `std11-field-body' was renamed to `std11-get-field-body'. --- std11.el | 4 ++-- tl-822.el | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/std11.el b/std11.el index fc381cf..578da72 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.7 1996-08-28 15:06:34 morioka Exp $ +;; Version: $Id: std11.el,v 0.8 1996-08-28 15:09:13 morioka Exp $ ;; This file is part of tl (Tiny Library). @@ -38,7 +38,7 @@ (defconst std11-next-field-head-regexp (concat "\n" std11-field-name-regexp ":")) -(defun std11-field-body (name &optional boundary) +(defun std11-get-field-body (name &optional boundary) "Return body of field NAME. If BOUNDARY is not nil, it is used as message header separator. \[std11.el]" diff --git a/tl-822.el b/tl-822.el index 2b9b460..9865c9e 100644 --- a/tl-822.el +++ b/tl-822.el @@ -30,7 +30,7 @@ (defconst rfc822/RCS-ID - "$Id: tl-822.el,v 7.43 1996-08-28 14:40:33 morioka Exp $") + "$Id: tl-822.el,v 7.44 1996-08-28 15:08:56 morioka Exp $") (defconst rfc822/version (get-version-string rfc822/RCS-ID)) @@ -46,7 +46,7 @@ ;;; (defalias `rfc822/field-end 'std11-field-end) -(defalias 'rfc822/get-field-body 'std11-field-body) +(defalias 'rfc822/get-field-body 'std11-get-field-body) (defalias 'rfc822/get-field-names 'std11-field-names) (defalias 'rfc822/get-field-bodies 'std11-field-bodies) -- 1.7.10.4