From: morioka Date: Fri, 17 May 1996 08:12:46 +0000 (+0000) Subject: (rfc822/analyze-comment): Unused local variable `chr' was abolished. X-Git-Tag: XEmacs-20_3-b27-viet~100 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=6c307e68e5b4963994de53c0ebe9d4f5fea59da7;p=elisp%2Fmu-cite.git (rfc822/analyze-comment): Unused local variable `chr' was abolished. --- diff --git a/tl-822.el b/tl-822.el index 182b1e0..acdf430 100644 --- a/tl-822.el +++ b/tl-822.el @@ -30,7 +30,7 @@ (defconst rfc822/RCS-ID - "$Id: tl-822.el,v 7.24 1996-05-15 14:23:50 morioka Exp $") + "$Id: tl-822.el,v 7.25 1996-05-17 08:12:46 morioka Exp $") (defconst rfc822/version (get-version-string rfc822/RCS-ID)) @@ -327,7 +327,7 @@ (eq (elt str 0) ?\() ) (let ((dest "") - chr p ret) + p ret) (setq str (substring str 1)) (catch 'tag (while (not (string-equal str ""))