emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/eglot 4c019bd 24/62: * eglot.el (eglot-initialization-o


From: Stefan Monnier
Subject: [elpa] externals/eglot 4c019bd 24/62: * eglot.el (eglot-initialization-options): Fix spurious typo.
Date: Sat, 29 Sep 2018 17:13:31 -0400 (EDT)

branch: externals/eglot
commit 4c019bd19f288675a0dd2648f6fd0ec1ab3fc067
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    * eglot.el (eglot-initialization-options): Fix spurious typo.
---
 eglot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eglot.el b/eglot.el
index 33b478f..125c795 100644
--- a/eglot.el
+++ b/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)))
 
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]