emacs-diffs
[Top][All Lists]
Advanced

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

scratch/backend-completion 18e790944e2: Update eglot.el to use the new e


From: João Távora
Subject: scratch/backend-completion 18e790944e2: Update eglot.el to use the new external-completion-table
Date: Mon, 5 Dec 2022 08:42:48 -0500 (EST)

branch: scratch/backend-completion
commit 18e790944e231a6aa49b09a56f149dced796e939
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    Update eglot.el to use the new external-completion-table
    
    * lisp/progmodes/eglot.el
    (xref-backend-identifier-completion-table): Update.
---
 lisp/progmodes/eglot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
index 7fe6fd6b2d7..5cc769d4b03 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -2575,8 +2575,8 @@ If BUFFER, switch to it before."
                             0 'eglot--lsp-workspaceSymbol c)
                            :score 0)))
       (external-completion-table
-       #'lookup
        'eglot-indirection-joy
+       #'lookup
        `((cycle-sort-function
           . ,(lambda (completions)
                (cl-sort completions #'> :key #'score))))))))



reply via email to

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