diff --git a/modules/tools/tree-sitter/autoload/compat-30.el b/modules/tools/tree-sitter/autoload/compat-30.el index ca901f984..c85c03583 100644 --- a/modules/tools/tree-sitter/autoload/compat-30.el +++ b/modules/tools/tree-sitter/autoload/compat-30.el @@ -9,7 +9,7 @@ ;; In case of Emacs builds where treesit isn't built in (to avoid void-function ;; errors and verbose, redundant checks everywhere). -;;;###autoload +;;;###autodef (unless (fboundp 'treesit-available-p) (defun treesit-available-p () "Return non-nil if tree-sitter support is built-in and available."