diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-05-27 23:59:32 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-05-27 23:59:32 -0700 |
commit | ee96433ec006a68a036b79d59e0cd88e9807590a (patch) | |
tree | d0c352968114d794a40cd1a47e551da9824eb205 | |
parent | 584142817ecc76dcec211dcc72bc8ed2654ca6d9 (diff) | |
download | txr-ee96433ec006a68a036b79d59e0cd88e9807590a.tar.gz txr-ee96433ec006a68a036b79d59e0cd88e9807590a.tar.bz2 txr-ee96433ec006a68a036b79d59e0cd88e9807590a.zip |
tags: rename to avoid name clash.
* tags.tl: File renamed to txrtags.tl.
* libtags.txr: load "txrtags" rather than "tags". And here is where
we can explain the problem being fixed: (load "tags") loads the
actual tags file, if it already exists, and not tags.tl.
-rwxr-xr-x | libtags.txr | 2 | ||||
-rwxr-xr-x | txrtags.tl (renamed from tags.tl) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/libtags.txr b/libtags.txr index 6639ad0e..6117890c 100755 --- a/libtags.txr +++ b/libtags.txr @@ -56,7 +56,7 @@ (defvar *tags-lib*) (let ((*tags-lib* t)) - (load "tags")) + (load "txrtags")) (define-option-struct libtags-opts tags-opts (v verbose :bool "Print diagnostic messages during processing.")) |