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

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

[nongnu] elpa/helm 1437c6d7ad 1/2: Ensure :get-line is bound in helm-com


From: ELPA Syncer
Subject: [nongnu] elpa/helm 1437c6d7ad 1/2: Ensure :get-line is bound in helm-completing-read-default-1 (#2636)
Date: Sun, 21 Jan 2024 03:59:56 -0500 (EST)

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

    Ensure :get-line is bound in helm-completing-read-default-1 (#2636)
---
 helm-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-mode.el b/helm-mode.el
index 5565cd8570..b9a383646b 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -1400,7 +1400,7 @@ dynamically otherwise use 
`helm-completing-read-default-2'."
           :quit-when-no-cand (eq require-match t)
           :nomark (null helm-comp-read-use-marked)
           :candidates-in-buffer cands-in-buffer
-          :get-line get-line
+          :get-line (or get-line #'buffer-substring)
           :exec-when-only-one exec-when-only-one
           :fuzzy (eq helm-completion-style 'helm-fuzzy)
           :buffer buffer



reply via email to

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