From: Eli Zaretskii Date: Mon, 6 Feb 2023 16:34:39 +0000 (+0200) Subject: ; * lisp/progmodes/c-ts-common.el (treesit-node-prev-sibling): Declare. X-Git-Tag: emacs-29.0.90~480 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=97533e73ad68f8d9050f8ed349cf95f009e20b72;p=emacs.git ; * lisp/progmodes/c-ts-common.el (treesit-node-prev-sibling): Declare. --- diff --git a/lisp/progmodes/c-ts-common.el b/lisp/progmodes/c-ts-common.el index 6767f10a9e7..0b0a7ff7cd3 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