(std11-strip-quoted-string): fixed a typo.
authormorioka <morioka>
Sat, 14 Sep 1996 08:42:39 +0000 (08:42 +0000)
committermorioka <morioka>
Sat, 14 Sep 1996 08:42:39 +0000 (08:42 +0000)
std11.el

index bc7e870..5c06146 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.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)
      )))