X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=std11.el;h=5c06146e56480213b69a385287549f1a549e0eaa;hb=46002b779c0788c2d94e57fb7aef217ce8291547;hp=bc7e8700001d46341feb51c5a2e6a57a9147b12f;hpb=b70a5ad5ba82a0390192fbf40240b86e35183a30;p=elisp%2Fapel.git diff --git a/std11.el b/std11.el index bc7e870..5c06146 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.32 1996-09-14 08:41:00 morioka Exp $ +;; Version: $Id: std11.el,v 0.33 1996-09-14 08:42:39 morioka Exp $ ;; This file is part of MU (Message Utilities). @@ -236,7 +236,7 @@ If BOUNDARY is not nil, it is used as message header separator. (if (and (eq (aref string 0) ?\") (eq (aref string max) ?\") ) - (substring str 1 max) + (substring string 1 max) string) )))