projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8676bec
)
; Yet another declare-function to avoid treesit-related warning
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 28 Dec 2022 17:08:19 +0000
(19:08 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 28 Dec 2022 17:08:19 +0000
(19:08 +0200)
lisp/progmodes/sh-script.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/sh-script.el
b/lisp/progmodes/sh-script.el
index 85da9e89f9a55be3292a77cc102e8b59ac15566c..3a3391ccdd26d8aa88b1b9d14e418aec3af4818d 100644
(file)
--- a/
lisp/progmodes/sh-script.el
+++ b/
lisp/progmodes/sh-script.el
@@
-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")