]> git.eshelyaron.com Git - emacs.git/commit
Avoid usage of intern_c_string in treesit.c
authorPo Lu <luangruo@yahoo.com>
Mon, 21 Nov 2022 05:17:48 +0000 (13:17 +0800)
committerPo Lu <luangruo@yahoo.com>
Mon, 21 Nov 2022 06:10:21 +0000 (14:10 +0800)
commitd45253996670509e668d266d577f48deb9c7018f
tree3e3e3a1af4b5fba93c761ee8c34f2a98277e9c2d
parent43f25120c9a2578df3df47491ed68a0566ff6f61
Avoid usage of intern_c_string in treesit.c

* src/treesit.c (Ftreesit_pattern_expand): Use DEFSYM'd symbols
when the naming makes sense.
(syms_of_treesit): Add new defsyms QCanchor, QCequal, QCmatch.
src/treesit.c