aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/eglot.el
diff options
context:
space:
mode:
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)