summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtags.tl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tags.tl b/tags.tl
index 03574107..ec7643b5 100755
--- a/tags.tl
+++ b/tags.tl
@@ -148,7 +148,7 @@
(defvarl ftw-skip-subtree 0)
(defmacro static-when (expr . body)
- (when expr ^(progn ,*body)))
+ (when (eval expr) ^(progn ,*body)))
(compile-only
(let ((o (new tags-opts)))