From: yoichi Date: Sat, 12 Apr 2003 06:38:17 +0000 (+0000) Subject: Fixed the last change. X-Git-Tag: merged-trunk-to-elmo-mark-17~1 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1860db905101ddc8f1d960e0cfc0554d0dc41411;p=elisp%2Fwanderlust.git Fixed the last change. --- diff --git a/wl/wl-util.el b/wl/wl-util.el index 6778a42..9f8714b 100644 --- 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))