From 5c614011d17748a1b85f26ca125b1b8dc298cd5e Mon Sep 17 00:00:00 2001 From: morioka Date: Wed, 28 Aug 1996 15:38:19 +0000 Subject: [PATCH] Function `std11-header-field-names' was renamed to `std11-collect-field-names'. --- std11.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/std11.el b/std11.el index 0b6d38f..5aa88e0 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.11 1996-08-28 15:36:20 morioka Exp $ +;; Version: $Id: std11.el,v 0.12 1996-08-28 15:38:19 morioka Exp $ ;; This file is part of tl (Tiny Library). @@ -155,7 +155,7 @@ If BOUNDARY is not nil, it is used as message header separator. header) )))) -(defun std11-header-field-names (&optional boundary) +(defun std11-collect-field-names (&optional boundary) "Return list of all field-names of the message header in current buffer. If BOUNDARY is not nil, it is used as message header separator. \[std11.el]" -- 1.7.10.4