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

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

[nongnu] elpa/helm 9892a048ee 2/2: Stop inserting a space in helm-lisp-c


From: ELPA Syncer
Subject: [nongnu] elpa/helm 9892a048ee 2/2: Stop inserting a space in helm-lisp-completion-at-point input
Date: Tue, 10 Sep 2024 04:00:48 -0400 (EDT)

branch: elpa/helm
commit 9892a048eebe84bad5d67b199faa9f7b703ff777
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Stop inserting a space in helm-lisp-completion-at-point input
---
 helm-elisp.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/helm-elisp.el b/helm-elisp.el
index 1b8d4af66b..a504d74930 100644
--- a/helm-elisp.el
+++ b/helm-elisp.el
@@ -350,8 +350,7 @@ Return a cons (beg . end)."
                                    0.01 nil
                                    #'helm-insert-completion-at-point
                                    beg end candidate))))
-           :input (if helm-lisp-fuzzy-completion
-                      target (concat target " "))
+           :input target
            :resume 'noresume
            :truncate-lines t
            :buffer "*helm lisp completion*"



reply via email to

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