; Yet another declare-function to avoid treesit-related warning

This commit is contained in:
Eli Zaretskii 2022-12-28 19:08:19 +02:00
parent 8676bec51d
commit c0be51389e

View file

@ -150,6 +150,8 @@
(require 'executable)
(require 'treesit)
(declare-function treesit-parser-create "treesit.c")
(autoload 'comint-completion-at-point "comint")
(autoload 'comint-filename-completion "comint")
(autoload 'comint-send-string "comint")