diff options
-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.")) |