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

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

[nongnu] elpa/helm bc1a8c45c7: Let's helm-comp-read use by default buffe


From: ELPA Syncer
Subject: [nongnu] elpa/helm bc1a8c45c7: Let's helm-comp-read use by default buffer-substring (#2636)
Date: Sat, 20 Jan 2024 13:00:04 -0500 (EST)

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

    Let's helm-comp-read use by default buffer-substring (#2636)
    
    for get-line.
    
    This shouldn't break any existing code and allow any completing-read
    that use properties in their candidates to work.
---
 helm-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-mode.el b/helm-mode.el
index ab33c70f75..5565cd8570 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -641,7 +641,7 @@ If COLLECTION is an `obarray', a TEST should be needed. See 
`obarray'."
                             (name "Helm Completions")
                             header-name
                             candidates-in-buffer
-                            get-line
+                            (get-line #'buffer-substring)
                             diacritics
                             match-part
                             match-dynamic



reply via email to

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