From: morioka Date: Wed, 28 Aug 1996 14:17:21 +0000 (+0000) Subject: (std11-field-body): fixed. X-Git-Tag: XEmacs-20_3-b6~64 X-Git-Url: http://git.chise.org/gitweb/?p=elisp%2Fapel.git;a=commitdiff_plain;h=3b7faeff86f484edd82f37d2ee45d2e56581dcf1 (std11-field-body): fixed. --- diff --git a/std11.el b/std11.el index eae9d83..62ad43b 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.5 1996-08-28 13:13:12 morioka Exp $ +;; Version: $Id: std11.el,v 0.6 1996-08-28 14:17:21 morioka Exp $ ;; This file is part of tl (Tiny Library). @@ -41,7 +41,7 @@ (defun std11-field-body (name &optional boundary) (save-excursion (save-restriction - (std11-narrow-to-header) + (std11-narrow-to-header boundary) (goto-char (point-min)) (let ((case-fold-search t)) (if (re-search-forward (concat "^" name ":[ \t]*") nil t)