projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02aba20
)
; * lisp/progmodes/rust-ts-mode.el (treesit-node-end): Declare.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 20 Feb 2023 17:30:02 +0000
(19:30 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 20 Feb 2023 17:30:02 +0000
(19:30 +0200)
lisp/progmodes/rust-ts-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/rust-ts-mode.el
b/lisp/progmodes/rust-ts-mode.el
index 2ecff631f54d2902bdd4adbc94db2ae9666124df..ee73ebf7a9fda3d82957c73a2b402659682e4213 100644
(file)
--- a/
lisp/progmodes/rust-ts-mode.el
+++ b/
lisp/progmodes/rust-ts-mode.el
@@
-36,6
+36,7
@@
(declare-function treesit-node-child "treesit.c")
(declare-function treesit-node-child-by-field-name "treesit.c")
(declare-function treesit-node-start "treesit.c")
+(declare-function treesit-node-end "treesit.c")
(declare-function treesit-node-type "treesit.c")
(declare-function treesit-node-parent "treesit.c")
(declare-function treesit-query-compile "treesit.c")