Support '=' in Scheme and Lisp tags in 'etags'
commit42cdb68649c24eab07baa39b0c553c87e7ac9989
authorAlexander Gramiak <agrambot@gmail.com>
Sat, 8 Jul 2017 08:25:53 +0000 (8 11:25 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 8 Jul 2017 08:25:53 +0000 (8 11:25 +0300)
tree8dd97bc0a5c6733287a86427b8239884d7192971
parent92307cb05d8b0d05dab7981f30c13962f8050eb0
Support '=' in Scheme and Lisp tags in 'etags'

* lib-src/etags.c (get_lispy_tag): New function.
(L_getit, Scheme_functions): Use get_lispy_tag (Bug#5624).
* test/manual/etags/CTAGS.good:
* test/manual/etags/ETAGS.good_1:
* test/manual/etags/ETAGS.good_2:
* test/manual/etags/ETAGS.good_3:
* test/manual/etags/ETAGS.good_4:
* test/manual/etags/ETAGS.good_5:
* test/manual/etags/ETAGS.good_6:
* test/manual/etags/Makefile:
* test/manual/etags/el-src/TAGTEST.EL: Update tests.
* test/manual/etags/scm-src/test.scm: New tests for Scheme.
lib-src/etags.c
test/manual/etags/CTAGS.good
test/manual/etags/ETAGS.good_1
test/manual/etags/ETAGS.good_2
test/manual/etags/ETAGS.good_3
test/manual/etags/ETAGS.good_4
test/manual/etags/ETAGS.good_5
test/manual/etags/ETAGS.good_6
test/manual/etags/Makefile
test/manual/etags/el-src/TAGTEST.EL
test/manual/etags/scm-src/test.scm [new file with mode: 0644]