From 409fb1e1f4221829c47b3a0e51fd93b447205604 Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 8 Sep 1996 19:35:20 +0000 Subject: [PATCH] (std11-wrap-as-quoted-string): fixed typo. --- std11.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/std11.el b/std11.el index e7e4879..da5825a 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.30 1996-09-08 18:07:44 morioka Exp $ +;; Version: $Id: std11.el,v 0.31 1996-09-08 19:35:20 morioka Exp $ ;; This file is part of MU (Message Utilities). @@ -208,7 +208,7 @@ If BOUNDARY is not nil, it is used as message header separator. (concat "\\" (char-to-string chr)) (char-to-string chr) ) - )) str "") + )) string "") "\"")) -- 1.7.10.4