aboutsummaryrefslogtreecommitdiffstats
path: root/src/treesit.h
diff options
context:
space:
mode:
authorYuan Fu2024-06-04 19:55:33 -0700
committerYuan Fu2024-06-04 21:44:05 -0700
commit2ee3edce3f5de55fc11997f522cbe2f00a4471fd (patch)
treee11f3bb48934012f6100737e2f9d8a56785bcf76 /src/treesit.h
parent24b7bf2746fd7bf097e04c5b9363cab197edbc7c (diff)
downloademacs-2ee3edce3f5de55fc11997f522cbe2f00a4471fd.tar.gz
emacs-2ee3edce3f5de55fc11997f522cbe2f00a4471fd.zip
Revert "New function treesit-parser-changed-ranges"
This reverts commit 996b9576713f9d63ea7ff7e9630a15cb0a0214eb. For reason see 760b54de080.
Diffstat (limited to 'src/treesit.h')
-rw-r--r--src/treesit.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/treesit.h b/src/treesit.h
index aa71933fe8d..bb81bf0e2b3 100644
--- a/src/treesit.h
+++ b/src/treesit.h
@@ -49,9 +49,6 @@ struct Lisp_TS_Parser
49 ranges the users wants to set, and avoid reparse if the new 49 ranges the users wants to set, and avoid reparse if the new
50 ranges is the same as the last set one. */ 50 ranges is the same as the last set one. */
51 Lisp_Object last_set_ranges; 51 Lisp_Object last_set_ranges;
52 /* The range of buffer content that was affected by the last
53 re-parse. */
54 Lisp_Object last_changed_ranges;
55 /* The buffer associated with this parser. */ 52 /* The buffer associated with this parser. */
56 Lisp_Object buffer; 53 Lisp_Object buffer;
57 /* The pointer to the tree-sitter parser. Never NULL. */ 54 /* The pointer to the tree-sitter parser. Never NULL. */