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

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

[elpa] externals/elpa 7d0bf64 062/139: Workaround RLS's regusal to treat


From: João Távora
Subject: [elpa] externals/elpa 7d0bf64 062/139: Workaround RLS's regusal to treat nil as empty json object
Date: Mon, 14 May 2018 09:53:35 -0400 (EDT)

branch: externals/elpa
commit 7d0bf64235fb3a572396a1fb0db8c2f26141f4aa
Author: João Távora <address@hidden>
Commit: João Távora <address@hidden>

    Workaround RLS's regusal to treat nil as empty json object
    
    * eglot.el (eglot--connect): Use dummy params.
---
 eglot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eglot.el b/eglot.el
index 0300ad3..8f371d2 100644
--- a/eglot.el
+++ b/eglot.el
@@ -229,7 +229,7 @@ SUCCESS-FN with no args if all goes well."
             (setf (eglot--capabilities proc) capabilities)
             (setf (eglot--status proc) nil)
             (when success-fn (funcall success-fn proc))
-            (eglot--notify proc :initialized nil))))))))
+            (eglot--notify proc :initialized (eglot--obj :__dummy__ t)))))))))
 
 (defvar eglot--command-history nil
   "History of COMMAND arguments to `eglot'.")



reply via email to

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