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
commiteaec6a766396d40f017c6a3a00bb5b70d90babdc (patch)
treed0c352968114d794a40cd1a47e551da9824eb205
parent6b3f6b976f10e675728830d2b91f773649cf2466 (diff)
downloadtxr-eaec6a766396d40f017c6a3a00bb5b70d90babdc.tar.gz
txr-eaec6a766396d40f017c6a3a00bb5b70d90babdc.tar.bz2
txr-eaec6a766396d40f017c6a3a00bb5b70d90babdc.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