From 613123f893a1f8913af65e7f7f42329b4ea97f42 Mon Sep 17 00:00:00 2001 From: kaoru Date: Mon, 4 Jan 2010 05:55:07 +0000 Subject: [PATCH] Fix last change. Cosmetic fix around `lambda (x)'. --- wl/wl-draft.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) "")) -- 1.7.10.4