From: morioka Date: Sun, 8 Sep 1996 19:35:20 +0000 (+0000) Subject: (std11-wrap-as-quoted-string): fixed typo. X-Git-Tag: XEmacs-20_3-b27-viet~16 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=cc48a7557c7647edc88f719d7533eebae34cfb39;p=elisp%2Fmu-cite.git (std11-wrap-as-quoted-string): fixed typo. --- 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 "") "\""))