]> git.eshelyaron.com Git - emacs.git/commit
Add missing calls to treesit_record_change in editfns.c
authorYuan Fu <casouri@gmail.com>
Thu, 29 Jun 2023 00:03:19 +0000 (17:03 -0700)
committerYuan Fu <casouri@gmail.com>
Thu, 29 Jun 2023 18:15:29 +0000 (11:15 -0700)
commit02b6be892fa1a30b42c3df21319dddd2f445175e
treecb8886d150619f5490d7d07f1b2cb1ddaa195b1f
parente982192e93369265cca7827065e13bf1f71aad13
Add missing calls to treesit_record_change in editfns.c

These should be all that are missing.  See the next commit for detail.

* src/editfns.c (Ftranslate_region_internal):
(Ftranspose_regions): Call treesit_record_change.
src/editfns.c