From: João Távora Date: Tue, 7 Aug 2018 21:13:28 +0000 (+0100) Subject: * eglot.el (eglot-initialization-options): fix spurious typo. X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~458 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c93150ebbe929eef79e023bce4463d24ae245a94;p=emacs.git * eglot.el (eglot-initialization-options): fix spurious typo. --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 33b478f4af6..125c795bc35 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -1663,7 +1663,7 @@ If SKIP-SIGNATURE, don't try to send textDocument/signatureHelp." "Passes through required cquery initialization options" (let* ((root (car (project-roots (eglot--project server)))) (cache (expand-file-name ".cquery_cached_index/" root))) - (list :cacheDirectory (file-name-as-directory cache)Ini + (list :cacheDirectory (file-name-as-directory cache) :progressReportFrequencyMs -1)))