From: morioka Date: Thu, 13 Jun 1996 17:10:24 +0000 (+0000) Subject: Function `rfc822/analyze-quoted-pair' was abolished. X-Git-Tag: XEmacs-20_3-b27-viet~96 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=3b60a809c08e694bcc3515c6b00da46daf66631c;p=elisp%2Fmu-cite.git Function `rfc822/analyze-quoted-pair' was abolished. --- diff --git a/tl-822.el b/tl-822.el index 8071645..b173000 100644 --- a/tl-822.el +++ b/tl-822.el @@ -30,7 +30,7 @@ (defconst rfc822/RCS-ID - "$Id: tl-822.el,v 7.28 1996-06-13 17:09:18 morioka Exp $") + "$Id: tl-822.el,v 7.29 1996-06-13 17:10:24 morioka Exp $") (defconst rfc822/version (get-version-string rfc822/RCS-ID)) @@ -266,14 +266,14 @@ )) )) -(defun rfc822/analyze-quoted-pair (str) - (if (and (>= (length str) 2) - (eq (elt str 0) ?\\) - ) - (cons (cons 'quoted-pair (substring str 0 2)) - (substring str 2) - )) - ) +;; (defun rfc822/analyze-quoted-pair (str) +;; (if (and (>= (length str) 2) +;; (eq (elt str 0) ?\\) +;; ) +;; (cons (cons 'quoted-pair (substring str 0 2)) +;; (substring str 2) +;; )) +;; ) (defun rfc822/analyze-quoted-string (str) (let ((len (length str)))