From: morioka Date: Wed, 28 Aug 1996 15:09:13 +0000 (+0000) Subject: Function `std11-field-body' was renamed to `std11-get-field-body'. X-Git-Tag: XEmacs-20_3-b6~62 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a8c007a3ab63fc3b064b4166356b36adbdba780f;p=elisp%2Fapel.git Function `std11-field-body' was renamed to `std11-get-field-body'. --- 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]"