branch: externals/capf-autosuggest
commit 25ddce8554fc71ab8b40e6a80560d40a320152ac
Author: jakanakaevangeli <[email protected]>
Commit: jakanakaevangeli <[email protected]>

    Fix compiler warning
---
 capf-autosuggest.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/capf-autosuggest.el b/capf-autosuggest.el
index 9ba92ca..d4c307e 100644
--- a/capf-autosuggest.el
+++ b/capf-autosuggest.el
@@ -106,6 +106,7 @@
 (declare-function comint-previous-matching-input-from-input "comint")
 (declare-function eshell-previous-matching-input-from-input "em-hist")
 (declare-function eshell-send-input "esh-mode")
+(declare-function eshell-interactive-process "esh-cmd")
 (declare-function eshell-next-prompt "em-prompt")
 (declare-function eshell-next-input "em-hist")
 (declare-function eshell-next-matching-input-from-input "em-hist")

Reply via email to