diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2022-12-05 23:50:55 -0500 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2022-12-05 23:50:55 -0500 |
commit | a03bc3e98c649226cffc6aeafc2d41ece297aa62 (patch) | |
tree | f9545cf7e0702aa44c763111a745b3377e4a6fe2 /lisp/progmodes | |
parent | 18e790944e231a6aa49b09a56f149dced796e939 (diff) | |
download | emacs-scratch/backend-completion.tar.gz |
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')
-rw-r--r-- | lisp/progmodes/eglot.el | 2 |
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." 0 'eglot--lsp-workspaceSymbol c) :score 0))) (external-completion-table - 'eglot-indirection-joy + 'eglot-xref #'lookup `((cycle-sort-function . ,(lambda (completions) |