From: Väinö Järvelä Date: Sat, 28 Jul 2018 17:03:05 +0000 (+0300) Subject: Fix typo in willsavewaituntil rpc request () X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~467 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6ffe90229b0a1503bb312880ef139d9ea311692b;p=emacs.git Fix typo in willsavewaituntil rpc request () Copyright-paperwork-exempt: yes * eglot.el (eglot--signal-textDocument/willSave): Fix typo. GitHub-reference: https://github.com/joaotavora/eglot/issues/51 --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 1ca7b6d65d1..3c01657abb7 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/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 ()