diff options
| author | Po Lu | 2023-02-08 22:41:46 +0800 |
|---|---|---|
| committer | Po Lu | 2023-02-08 22:41:46 +0800 |
| commit | 2c5e36e00bdfb06bf965f3dcd1ebe3c68cca6d33 (patch) | |
| tree | 69f8b9aa9c92c9d6c3c116db7b071ca4c2e0c35e /admin | |
| parent | 0bd4b7fdab2fdf437c4a759d53dfdc9f667aefb1 (diff) | |
| parent | 680bc20553ebf01375ab7957b6f0be066335fd6e (diff) | |
| download | emacs-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_change | 2 |
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 | ||
| 6 | All buffer changes in Emacs are made through functions in insdel.c | 6 | All 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 |
| 8 | treesit_record_change. Below is a manifest of all the relavent | 8 | treesit_record_change. Below is a manifest of all the relevant |
| 9 | functions in insdel.c as of Emacs 29: | 9 | functions in insdel.c as of Emacs 29: |
| 10 | 10 | ||
| 11 | Function Calls | 11 | Function Calls |