Fixed the last change.
authoryoichi <yoichi>
Sat, 12 Apr 2003 06:38:17 +0000 (06:38 +0000)
committeryoichi <yoichi>
Sat, 12 Apr 2003 06:38:17 +0000 (06:38 +0000)
wl/wl-util.el

index 6778a42..9f8714b 100644 (file)
@@ -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))