emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 97533e73ad: ; * lisp/progmodes/c-ts-common.el (treesit-node-pre


From: Eli Zaretskii
Subject: emacs-29 97533e73ad: ; * lisp/progmodes/c-ts-common.el (treesit-node-prev-sibling): Declare.
Date: Mon, 6 Feb 2023 11:34:51 -0500 (EST)

branch: emacs-29
commit 97533e73ad68f8d9050f8ed349cf95f009e20b72
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * lisp/progmodes/c-ts-common.el (treesit-node-prev-sibling): Declare.
---
 lisp/progmodes/c-ts-common.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lisp/progmodes/c-ts-common.el b/lisp/progmodes/c-ts-common.el
index 6767f10a9e..0b0a7ff7cd 100644
--- a/lisp/progmodes/c-ts-common.el
+++ b/lisp/progmodes/c-ts-common.el
@@ -51,6 +51,7 @@
 (declare-function treesit-node-end "treesit.c")
 (declare-function treesit-node-type "treesit.c")
 (declare-function treesit-node-parent "treesit.c")
+(declare-function treesit-node-prev-sibling "treesit.c")
 
 ;;; Comment indentation and filling
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]