]> git.eshelyaron.com Git - emacs.git/commit
Use BASE_EQ in treesit.c
authorMattias Engdegård <mattiase@acm.org>
Fri, 14 Apr 2023 10:15:13 +0000 (12:15 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 14 Apr 2023 11:07:46 +0000 (13:07 +0200)
commitf14a3cafb48268eaf9331e908f7512c01d431849
tree90aa319aca5ce4506699d6380d52bfd345eb5cc8
parentf9d8cdbdbdd4f49650f2f682db89f302220b43d6
Use BASE_EQ in treesit.c

* src/treesit.c (Ftreesit_node_check, Ftreesit_pattern_expand)
(Ftreesit_query_capture, treesit_traverse_validate_predicate)
(treesit_traverse_match_predicate):
Use BASE_EQ instead of EQ where this is obviously correct.
src/treesit.c