]> git.eshelyaron.com Git - emacs.git/commit
Support mercury in 'ctags' as well
authorEli Zaretskii <eliz@gnu.org>
Thu, 10 Jun 2021 13:55:04 +0000 (16:55 +0300)
committerEli Zaretskii <eliz@gnu.org>
Thu, 10 Jun 2021 13:57:03 +0000 (16:57 +0300)
commitaf4cccb8d98516ae96a3ebdc9a9eb7d7d8d5c1c5
treecfc7462c073e3726b7dfdd112fa7a768fb92ec82
parente27b531d5a61e37d5e7d453663f3ec1a08a76fb9
Support mercury in 'ctags' as well

The previous lack of support was due to incorrect calls to 'make_tag'
in 'mercury_pr', which caused 'pfnote' to refrain from adding Mercury
tags to the list of recorded tags.

* lib-src/etags.c (mercury_pr): Pass the correct NAME and NAMELEN
arguments to 'make_tag'.

* test/manual/etags/CTAGS.good: Adjust to the above change.
lib-src/etags.c
test/manual/etags/CTAGS.good