From 4489ec26fb7e467bb1b995e79f27783aa33d46b2 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 29 Mar 2025 09:16:51 -0400 Subject: [PATCH] ; * lisp/treesit-x.el : Call 'treesit-declare-unavailable-functions'. (cherry picked from commit bfabae993113aa0a35298950355333497bc0d485) --- lisp/treesit-x.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/treesit-x.el b/lisp/treesit-x.el index cd2a1f8845b..881e11e4e7a 100644 --- a/lisp/treesit-x.el +++ b/lisp/treesit-x.el @@ -39,6 +39,8 @@ (require 'treesit) +(treesit-declare-unavailable-functions) + ;;; Define treesit generic mode ;;;###autoload -- 2.39.5