projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
221ed70
)
; lisp/progmodes/csharp-mode.el (treesit-query-capture): Declare (bug#65297).
author
Daniel Martín
<mardani29@yahoo.es>
Mon, 14 Aug 2023 19:46:11 +0000
(21:46 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Tue, 15 Aug 2023 15:47:53 +0000
(18:47 +0300)
lisp/progmodes/csharp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/csharp-mode.el
b/lisp/progmodes/csharp-mode.el
index 74968f3a06a67e884bbe731df6924a215a75c1da..fb5a3d450a7998eb27ef88a9a9b6730141bc4d09 100644
(file)
--- a/
lisp/progmodes/csharp-mode.el
+++ b/
lisp/progmodes/csharp-mode.el
@@
-45,6
+45,7
@@
(declare-function treesit-node-start "treesit.c")
(declare-function treesit-node-type "treesit.c")
(declare-function treesit-node-child-by-field-name "treesit.c")
+(declare-function treesit-query-capture "treesit.c")
(defgroup csharp nil
"Major mode for editing C# code."