diff options
-rwxr-xr-x | tags.tl | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |