summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtags.tl3
1 files changed, 2 insertions, 1 deletions
diff --git a/tags.tl b/tags.tl
index 2f76ab0e..44f2fad5 100755
--- a/tags.tl
+++ b/tags.tl
@@ -100,7 +100,8 @@
(let ((*fake-load-path* path)
(stream (if (ends-with ".tl" path)
(open-file path)
- (or (ignerr (open-file `@path.tl`))))))
+ (or (ignerr (open-file `@path.tl`))
+ (open-file path)))))
(whilet ((obj (read stream *stderr* err-ret path))
((neq obj err-ret)))
(when (consp obj)