projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afaaf10
)
Fix last change. Cosmetic fix around `lambda (x)'.
author
kaoru
<kaoru>
Mon, 4 Jan 2010 05:55:07 +0000
(
05:55
+0000)
committer
kaoru
<kaoru>
Mon, 4 Jan 2010 05:55:07 +0000
(
05:55
+0000)
wl/wl-draft.el
patch
|
blob
|
history
diff --git
a/wl/wl-draft.el
b/wl/wl-draft.el
index
4a98bcb
..
4d9ca99
100644
(file)
--- 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) ""))