emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/capf-autosuggest 6e702a7 47/63: Fix programming typo


From: ELPA Syncer
Subject: [elpa] externals/capf-autosuggest 6e702a7 47/63: Fix programming typo
Date: Wed, 27 Oct 2021 14:58:02 -0400 (EDT)

branch: externals/capf-autosuggest
commit 6e702a73d293d2eb13cc3dc5261e22513274fcea
Author: jakanakaevangeli <jakanakaevangeli@chiru.no>
Commit: jakanakaevangeli <jakanakaevangeli@chiru.no>

    Fix programming typo
---
 capf-autosuggest.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/capf-autosuggest.el b/capf-autosuggest.el
index 82bc81a..4926119 100644
--- a/capf-autosuggest.el
+++ b/capf-autosuggest.el
@@ -443,7 +443,7 @@ suggestion and send input."
             (lambda (cmd)
               (if (and capf-autosuggest-dwim-next-prompt
                        (>= (point) eshell-last-output-end))
-                  #'capf-autosuggest-comint-send-input
+                  #'capf-autosuggest-eshell-send-input
                 cmd))))
     (define-key map [remap comint-next-input]
       (list 'menu-item "" #'comint-next-input :filter



reply via email to

[Prev in Thread] Current Thread [Next in Thread]