aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorPo Lu2023-02-08 22:41:46 +0800
committerPo Lu2023-02-08 22:41:46 +0800
commit2c5e36e00bdfb06bf965f3dcd1ebe3c68cca6d33 (patch)
tree69f8b9aa9c92c9d6c3c116db7b071ca4c2e0c35e /admin
parent0bd4b7fdab2fdf437c4a759d53dfdc9f667aefb1 (diff)
parent680bc20553ebf01375ab7957b6f0be066335fd6e (diff)
downloademacs-2c5e36e00bdfb06bf965f3dcd1ebe3c68cca6d33.tar.gz
emacs-2c5e36e00bdfb06bf965f3dcd1ebe3c68cca6d33.zip
Merge remote-tracking branch 'origin/master' into feature/android
Diffstat (limited to 'admin')
-rw-r--r--admin/notes/tree-sitter/treesit_record_change2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/notes/tree-sitter/treesit_record_change b/admin/notes/tree-sitter/treesit_record_change
index bb0f9edc353..0dc6491e2d1 100644
--- a/admin/notes/tree-sitter/treesit_record_change
+++ b/admin/notes/tree-sitter/treesit_record_change
@@ -5,7 +5,7 @@ buffer, lest tree-sitter's parse tree would be corrupted/out of sync.
5 5
6All buffer changes in Emacs are made through functions in insdel.c 6All buffer changes in Emacs are made through functions in insdel.c
7(and casefiddle.c), I augmented functions in those files with calls to 7(and casefiddle.c), I augmented functions in those files with calls to
8treesit_record_change. Below is a manifest of all the relavent 8treesit_record_change. Below is a manifest of all the relevant
9functions in insdel.c as of Emacs 29: 9functions in insdel.c as of Emacs 29:
10 10
11Function Calls 11Function Calls