1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-10 01:34:36 -08:00
emacs/doc
Yuan Fu 956889d8ff
Equal now recognizes tree-sitter nodes (bug#60659)
Now equal uses ts_node_eq to check equality between nodes.

* doc/lispref/parsing.texi:
(Accessing Node Information): Update manual.
* src/fns.c (internal_equal): Handle tree-sitter nodes.
* src/treesit.c (treesit_node_eq): New function.
(Ftreesit_node_eq): Factor out.  Update docstring.
* src/treesit.h (treesit_node_eq): Declare new function.
2023-01-12 17:11:38 -08:00
..
emacs ; Fix last change 2023-01-07 10:47:44 +02:00
lispintro ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
lispref Equal now recognizes tree-sitter nodes (bug#60659) 2023-01-12 17:11:38 -08:00
man ; Add 2023 to copyright years. 2023-01-01 05:31:12 -05:00
misc Update to Org 9.6-90-ga6523f 2023-01-07 23:50:54 -05:00