+2008-02-16 TAKAHASHI Kaoru <kaoru@kaisei.org>
+
+ * wl-address.el (wl-address-concat-token): Fix typo.
+
2008-02-15 TAKAHASHI Kaoru <kaoru@kaisei.org>
* wl-score.el (wl-score-put-alike): Use quote instead of backquote.
`(cond
((eq 'quoted-string (car ,token))
(concat ,string "\"" (cdr ,token) "\""))
- ((eq 'comment (car (, token)))
+ ((eq 'comment (car ,token))
(concat ,string "(" (cdr ,token) ")"))
(t
(concat ,string (cdr ,token)))))