diff options
author | Eli Zaretskii <eliz@gnu.org> | 2023-03-02 09:33:04 +0200 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2023-03-02 09:33:04 +0200 |
commit | 3f43a16bc63eac12db5707b26da2507077b4f13c (patch) | |
tree | d30e041f937aa0cf766b50cac6c0aa23e8acaf32 /lisp/progmodes/c-ts-mode.el | |
parent | 59365f928565f1be551b1697b9246b00cb87a9b7 (diff) | |
download | emacs-3f43a16bc63eac12db5707b26da2507077b4f13c.tar.gz emacs-3f43a16bc63eac12db5707b26da2507077b4f13c.tar.bz2 emacs-3f43a16bc63eac12db5707b26da2507077b4f13c.zip |
; Avoid byte-compilation warning in c-ts-mode.el
* lisp/progmodes/c-ts-mode.el (treesit-node-first-child-for-pos):
Declare.
Diffstat (limited to 'lisp/progmodes/c-ts-mode.el')
-rw-r--r-- | lisp/progmodes/c-ts-mode.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/c-ts-mode.el b/lisp/progmodes/c-ts-mode.el index 259b96d342e..a29bf4f3480 100644 --- a/lisp/progmodes/c-ts-mode.el +++ b/lisp/progmodes/c-ts-mode.el @@ -78,6 +78,7 @@ (declare-function treesit-node-child-by-field-name "treesit.c") (declare-function treesit-node-type "treesit.c") (declare-function treesit-node-prev-sibling "treesit.c") +(declare-function treesit-node-first-child-for-pos "treesit.c") ;;; Custom variables |