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:
39589b4
)
Fixed the last change.
author
yoichi
<yoichi>
Sat, 12 Apr 2003 06:38:17 +0000
(06:38 +0000)
committer
yoichi
<yoichi>
Sat, 12 Apr 2003 06:38:17 +0000
(06:38 +0000)
wl/wl-util.el
patch
|
blob
|
history
diff --git
a/wl/wl-util.el
b/wl/wl-util.el
index
6778a42
..
9f8714b
100644
(file)
--- a/
wl/wl-util.el
+++ b/
wl/wl-util.el
@@
-296,7
+296,7
@@
even when invalid character is contained."
(,@ body)))))
(t
(defmacro wl-as-coding-system (coding-system &rest body)
- (` (eval (,@ body)))))))
+ (` (progn (,@ body)))))))
(defmacro wl-as-mime-charset (mime-charset &rest body)
(` (wl-as-coding-system (mime-charset-to-coding-system (, mime-charset))