summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2022-05-27 23:59:32 -0700
committerKaz Kylheku <kaz@kylheku.com>2022-05-27 23:59:32 -0700
commitee96433ec006a68a036b79d59e0cd88e9807590a (patch)
treed0c352968114d794a40cd1a47e551da9824eb205
parent584142817ecc76dcec211dcc72bc8ed2654ca6d9 (diff)
downloadtxr-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-xlibtags.txr2
-rwxr-xr-xtxrtags.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."))
diff --git a/tags.tl b/txrtags.tl
index 042aa993..042aa993 100755
--- a/tags.tl
+++ b/txrtags.tl