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

    Silence compiler warnings
---
 capf-autosuggest.el | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/capf-autosuggest.el b/capf-autosuggest.el
index 7867915..eb5e69a 100644
--- a/capf-autosuggest.el
+++ b/capf-autosuggest.el
@@ -105,6 +105,10 @@
 (declare-function eshell-bol "esh-mode")
 (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-next-prompt "em-prompt")
+(declare-function eshell-next-input "em-hist")
+(declare-function eshell-next-matching-input-from-input "em-hist")
 
 (defgroup capf-autosuggest nil
   "Show completion-at-point as an overlay."

Reply via email to