aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/eglot.el
diff options
context:
space:
mode:
authorStefan Monnier2022-12-05 23:50:55 -0500
committerStefan Monnier2022-12-05 23:50:55 -0500
commita03bc3e98c649226cffc6aeafc2d41ece297aa62 (patch)
treef9545cf7e0702aa44c763111a745b3377e4a6fe2 /lisp/progmodes/eglot.el
parent18e790944e231a6aa49b09a56f149dced796e939 (diff)
downloademacs-scratch/backend-completion.tar.gz
emacs-scratch/backend-completion.zip
external-completion.el: Minor changesscratch/backend-completion
* lisp/external-completion.el (external-completion-table): Tweak docstring. Explicitly handle `lambda`. * lisp/progmodes/eglot.el (xref-backend-identifier-completion-table): Rename category to `eglot-xref`.
Diffstat (limited to 'lisp/progmodes/eglot.el')
-rw-r--r--lisp/progmodes/eglot.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
index 5cc769d4b03..0dc7357a436 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -2575,7 +2575,7 @@ If BUFFER, switch to it before."
2575 0 'eglot--lsp-workspaceSymbol c) 2575 0 'eglot--lsp-workspaceSymbol c)
2576 :score 0))) 2576 :score 0)))
2577 (external-completion-table 2577 (external-completion-table
2578 'eglot-indirection-joy 2578 'eglot-xref
2579 #'lookup 2579 #'lookup
2580 `((cycle-sort-function 2580 `((cycle-sort-function
2581 . ,(lambda (completions) 2581 . ,(lambda (completions)