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

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

[nongnu] elpa/sly 742355f755: Close #650: Fix sly-read-symbol-name


From: ELPA Syncer
Subject: [nongnu] elpa/sly 742355f755: Close #650: Fix sly-read-symbol-name
Date: Fri, 9 Aug 2024 19:00:42 -0400 (EDT)

branch: elpa/sly
commit 742355f7554ab6c46e5c1c9bdb89068f55359eaa
Author: diego <9020453+dieggsy@users.noreply.github.com>
Commit: GitHub <noreply@github.com>

    Close #650: Fix sly-read-symbol-name
    
    This was missed by 0ebe705 "Behave more like vanilla with 
sly-simple-completions"
    
    * lib/sly-completion.el (sly-read-symbol-name): Use 
sly--external-completion.
    
    Co-authored-by: João Távora <joaotavora@gmail.com>
---
 lib/sly-completion.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/sly-completion.el b/lib/sly-completion.el
index ea265b0a0a..d3bfcf029a 100644
--- a/lib/sly-completion.el
+++ b/lib/sly-completion.el
@@ -752,7 +752,7 @@ The user is prompted if a prefix argument is in effect, if 
there is no
 symbol at point, or if QUERY is non-nil."
   (let* ((sym-at-point (sly-symbol-at-point))
          (completion-category-overrides
-          (cons '(sly-completion (styles . (backend)))
+          (cons '(sly-completion (styles . (sly--external-completion)))
                 completion-category-overrides))
          (wrapper (sly--completion-function-wrapper 
sly-complete-symbol-function))
          (do-it (lambda () (completing-read prompt wrapper nil nil 
sym-at-point))))



reply via email to

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