]> code.delx.au - gnu-emacs/commit
Fix names of tags generated for Ruby accessors
authorEli Zaretskii <eliz@gnu.org>
Tue, 2 Feb 2016 18:31:43 +0000 (20:31 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 2 Feb 2016 18:31:43 +0000 (20:31 +0200)
commit860da4dccb4f54391f3ff77a9dc23ca54e986cb4
treeb6b0836329b1adde6e82a7cf67ccbb21845ee0f3
parentf6213ce79981747b3cb2c8213710986b93999fe5
Fix names of tags generated for Ruby accessors

* lib-src/etags.c (Ruby_functions): Don't include the leading
colon ':' in tags for Ruby accessors and aliases.  (Bug#22241)

* test/etags/ETAGS.good_1:
* test/etags/ETAGS.good_2:
* test/etags/ETAGS.good_3:
* test/etags/ETAGS.good_4:
* test/etags/ETAGS.good_5:
* test/etags/ETAGS.good_6:
* test/etags/CTAGS.good: Adapt to changes in Ruby tags.
lib-src/etags.c
test/etags/CTAGS.good
test/etags/ETAGS.good_1
test/etags/ETAGS.good_2
test/etags/ETAGS.good_3
test/etags/ETAGS.good_4
test/etags/ETAGS.good_5
test/etags/ETAGS.good_6