projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fcd0bb2
)
; * lisp/progmodes/elixir-ts-mode.el (treesit-node-p): Declare.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 30 Sep 2023 17:39:09 +0000
(20:39 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 30 Sep 2023 17:39:09 +0000
(20:39 +0300)
lisp/progmodes/elixir-ts-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/elixir-ts-mode.el
b/lisp/progmodes/elixir-ts-mode.el
index d9b06a44e88d221fd9b3b298db12c8137aab0b8d..2ddce3de105986af820b04a98abb7f4587d5e2bb 100644
(file)
--- a/
lisp/progmodes/elixir-ts-mode.el
+++ b/
lisp/progmodes/elixir-ts-mode.el
@@
-53,6
+53,7
@@
(declare-function treesit-parser-language "treesit.c")
(declare-function treesit-parser-included-ranges "treesit.c")
(declare-function treesit-parser-list "treesit.c")
+(declare-function treesit-node-p "treesit.c")
(declare-function treesit-node-parent "treesit.c")
(declare-function treesit-node-start "treesit.c")
(declare-function treesit-node-end "treesit.c")