]> git.eshelyaron.com Git - emacs.git/commit
Fix style and unwinding code in treesit.c
authorEli Zaretskii <eliz@gnu.org>
Fri, 14 Apr 2023 06:21:05 +0000 (09:21 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 14 Apr 2023 06:21:05 +0000 (09:21 +0300)
commit14e809ddff1e60fb53d8570d9b5cfa3cb134858f
tree1a7b4a29ad79f6d8ce4665b9eab706dcf159b36b
parent759cdf1e510d9e0689aefeced784fbb81644cd5e
Fix style and unwinding code in treesit.c

This was supposed to be a cherry-pick from master, but
isn't, due to the unnecessary rush to fix master without
cleaning up the mess first and without separating changes
that can and cannot be backported.
* src/treesit.c (treesit_traverse_cleanup_cursor): Fix indentation
style.
(Ftreesit_search_subtree, Ftreesit_search_forward)
(Ftreesit_induce_sparse_tree): Fix specpdl unwinding.  (Bug#62823)
Do not merge to master.
src/treesit.c