summaryrefslogtreecommitdiffstats
path: root/txrtags.tl
Commit message (Collapse)AuthorAgeFilesLines
* txrtags: maintain due to new defstruct syntax.Kaz Kylheku2022-10-271-2/+3
| | | | | | * txrtags.tl (process-form): Handle :postfini in the same way as :fini. In fallback case, reject clauses headed by a keyword symbol.
* tags: rename to avoid name clash.Kaz Kylheku2022-05-271-0/+421
* 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.