From 870bd06a2d8bebace8fbd02b99b089de0b2f1f24 Mon Sep 17 00:00:00 2001 From: morioka Date: Sun, 8 Sep 1996 18:09:42 +0000 Subject: [PATCH] (rfc822/wrap-as-quoted-string): New alias. --- tl-822.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tl-822.el b/tl-822.el index 726864e..08dac85 100644 --- a/tl-822.el +++ b/tl-822.el @@ -30,7 +30,7 @@ (defconst rfc822/RCS-ID - "$Id: tl-822.el,v 7.65 1996-09-08 18:04:57 morioka Exp $") + "$Id: tl-822.el,v 7.66 1996-09-08 18:09:42 morioka Exp $") (defconst rfc822/version (get-version-string rfc822/RCS-ID)) @@ -65,6 +65,8 @@ ) "\"")) +(defalias 'rfc822/wrap-as-quoted-string 'std11-wrap-as-quoted-string) + (defun rfc822/strip-quoted-pair (str) (let ((dest "") (i 0) -- 1.7.10.4