From: kaoru Date: Mon, 4 Jan 2010 05:55:07 +0000 (+0000) Subject: Fix last change. Cosmetic fix around `lambda (x)'. X-Git-Tag: elmo-imap4-compliance-root~41 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=613123f893a1f8913af65e7f7f42329b4ea97f42;p=elisp%2Fwanderlust.git Fix last change. Cosmetic fix around `lambda (x)'. --- diff --git a/wl/wl-draft.el b/wl/wl-draft.el index 4a98bcb..4d9ca99 100644 --- a/wl/wl-draft.el +++ b/wl/wl-draft.el @@ -865,7 +865,7 @@ text was killed." (concat " to=" (mapconcat 'identity - (mapcar (lambda(x) (format "<%s>" x)) to) + (mapcar (lambda (x) (format "<%s>" x)) to) ",")))) "")) (id (if id (concat " id=" id) ""))