]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in willsavewaituntil rpc request ()
authorVäinö Järvelä <vaino.jarvela@gmail.com>
Sat, 28 Jul 2018 17:03:05 +0000 (20:03 +0300)
committerJoão Távora <joaotavora@gmail.com>
Sat, 28 Jul 2018 17:03:05 +0000 (18:03 +0100)
Copyright-paperwork-exempt: yes

* eglot.el (eglot--signal-textDocument/willSave): Fix typo.

GitHub-reference: https://github.com/joaotavora/eglot/issues/51

lisp/progmodes/eglot.el

index 1ca7b6d65d1e0bd76811c72ec7a3042cd3cf90db..3c01657abb7bc7425568ae5fdf8e608003af06bd 100644 (file)
@@ -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 ()