(std11-field-body): fixed.
authormorioka <morioka>
Wed, 28 Aug 1996 14:17:21 +0000 (14:17 +0000)
committermorioka <morioka>
Wed, 28 Aug 1996 14:17:21 +0000 (14:17 +0000)
std11.el

index eae9d83..62ad43b 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.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)