]> git.eshelyaron.com Git - emacs.git/commit
Fix Ftreesit_parser_create
authorYuan Fu <casouri@gmail.com>
Mon, 22 Jul 2024 00:15:44 +0000 (17:15 -0700)
committerEshel Yaron <me@eshelyaron.com>
Wed, 24 Jul 2024 16:55:54 +0000 (18:55 +0200)
commitb252608cdc1e52e76a0a58bc596d4daa08db2b81
tree3b193123b717bd8c8b3ebf383f47bf8745365dfd
parent15e5d7615d79f7060509dc06a03d5f155e41988f
Fix Ftreesit_parser_create

* src/treesit.c (Ftreesit_parser_create): Use the buffer given by the
caller rather than the current buffer.

(cherry picked from commit 87f41b937bc06a14b3aeb12d5bf1a8b3e2ff74a1)
src/treesit.c