From: morioka Date: Sun, 8 Sep 1996 18:07:44 +0000 (+0000) Subject: (std11-wrap-as-quoted-string): Renamed from X-Git-Tag: XEmacs-20_3-b6~28 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2316c9ade08a237d5477aaf1524c67a214f2c5ab;p=elisp%2Fapel.git (std11-wrap-as-quoted-string): Renamed from `rfc822/wrap-as-quoted-string'. --- diff --git a/std11.el b/std11.el index 220b8d3..e7e4879 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.29 1996-09-08 18:03:51 morioka Exp $ +;; Version: $Id: std11.el,v 0.30 1996-09-08 18:07:44 morioka Exp $ ;; This file is part of MU (Message Utilities). @@ -199,8 +199,8 @@ If BOUNDARY is not nil, it is used as message header separator. (defconst std11-non-qtext-char-list '(?\" ?\\ ?\r ?\n)) -(defun rfc822/wrap-as-quoted-string (str) - "Wrap string STR as RFC 822 quoted-string. [tl-822.el]" +(defun std11-wrap-as-quoted-string (string) + "Wrap STRING as RFC 822 quoted-string. [std11.el]" (concat "\"" (mapconcat (function (lambda (chr)