projects
/
elisp
/
mu-cite.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a279a6a
)
(rfc822/analyze-comment): Unused local variable `chr' was abolished.
author
morioka
<morioka>
Fri, 17 May 1996 08:12:46 +0000
(08:12 +0000)
committer
morioka
<morioka>
Fri, 17 May 1996 08:12:46 +0000
(08:12 +0000)
tl-822.el
patch
|
blob
|
history
diff --git
a/tl-822.el
b/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))
@@
-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 ""))