projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3003d6a
)
; Silence a byte-compiler warning in typescript-ts-mode.el
author
Andrea Corallo
<acorallo@gnu.org>
Mon, 10 Jun 2024 16:00:27 +0000
(18:00 +0200)
committer
Andrea Corallo
<acorallo@gnu.org>
Mon, 10 Jun 2024 16:03:32 +0000
(18:03 +0200)
* lisp/progmodes/typescript-ts-mode.el (treesit-node-child): Declare.
lisp/progmodes/typescript-ts-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/typescript-ts-mode.el
b/lisp/progmodes/typescript-ts-mode.el
index ed60819388f6064ad9babf2f14a4ffcf74ff752b..74ed6aa2f944b9055622de2ff17684496e267d09 100644
(file)
--- a/
lisp/progmodes/typescript-ts-mode.el
+++ b/
lisp/progmodes/typescript-ts-mode.el
@@
-32,6
+32,7
@@
(eval-when-compile (require 'rx))
(require 'c-ts-common) ; For comment indent and filling.
+(declare-function treesit-node-child "treesit.c")
(declare-function treesit-node-start "treesit.c")
(declare-function treesit-node-end "treesit.c")
(declare-function treesit-parser-create "treesit.c")