mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-13 09:16:35 -04:00
; Yet another declare-function to avoid treesit-related warning
This commit is contained in:
parent
8676bec51d
commit
c0be51389e
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue