Fix last change. Cosmetic fix around `lambda (x)'.
authorkaoru <kaoru>
Mon, 4 Jan 2010 05:55:07 +0000 (05:55 +0000)
committerkaoru <kaoru>
Mon, 4 Jan 2010 05:55:07 +0000 (05:55 +0000)
wl/wl-draft.el

index 4a98bcb..4d9ca99 100644 (file)
@@ -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) ""))