diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 844fc634be9..acc197754db 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -3260,7 +3260,7 @@ for which LSP on-type-formatting should be requested." (try-completion pattern (funcall proxies))) ((eq action t) ; all-completions (let ((comps (funcall proxies))) - (dolist (c comps) (eglot--dumb-flex pattern c t)) + (dolist (c comps) (eglot--dumb-flex pattern c completion-ignore-case)) (all-completions "" comps