(rfc822/analyze-comment): Unused local variable `chr' was abolished.
authormorioka <morioka>
Fri, 17 May 1996 08:12:46 +0000 (08:12 +0000)
committermorioka <morioka>
Fri, 17 May 1996 08:12:46 +0000 (08:12 +0000)
tl-822.el

index 182b1e0..acdf430 100644 (file)
--- 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))
 
 
           (eq (elt str 0) ?\()
           )
       (let ((dest "")
-           chr p ret)
+           p ret)
        (setq str (substring str 1))
        (catch 'tag
          (while (not (string-equal str ""))