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

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

[elpa] externals/eglot a6cad6b 15/62: Fix typo in willSaveWaitUntil RPC


From: Stefan Monnier
Subject: [elpa] externals/eglot a6cad6b 15/62: Fix typo in willSaveWaitUntil RPC request (#51)
Date: Sat, 29 Sep 2018 17:13:29 -0400 (EDT)

branch: externals/eglot
commit a6cad6b803f8fccfe703d06ec02228736ddd9954
Author: Väinö Järvelä <address@hidden>
Commit: João Távora <address@hidden>

    Fix typo in willSaveWaitUntil RPC request (#51)
    
    Copyright-paperwork-exempt: yes
    
    * eglot.el (eglot--signal-textDocument/willSave): Fix typo.
---
 eglot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eglot.el b/eglot.el
index 1ca7b6d..3c01657 100644
--- a/eglot.el
+++ b/eglot.el
@@ -1107,7 +1107,7 @@ When called interactively, use the currently active 
server"
     (when (eglot--server-capable :textDocumentSync :willSaveWaitUntil)
       (ignore-errors
         (eglot--apply-text-edits
-         (jsonrpc-request server :textDocument/willSaveWaituntil params
+         (jsonrpc-request server :textDocument/willSaveWaitUntil params
                           :timeout 0.5))))))
 
 (defun eglot--signal-textDocument/didSave ()



reply via email to

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