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

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

[elpa] 1.2 0694579 009/101: Fix typo in willSaveWaitUntil RPC request (#


From: Christian Johansson
Subject: [elpa] 1.2 0694579 009/101: Fix typo in willSaveWaitUntil RPC request (#51)
Date: Thu, 29 Apr 2021 15:08:50 -0400 (EDT)

tag: 1.2
commit 06945791e72a54474bc720698cad1ecc5a7a2b3e
Author: Väinö Järvelä <vaino.jarvela@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    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]