From 6ffe90229b0a1503bb312880ef139d9ea311692b Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A4in=C3=B6=20J=C3=A4rvel=C3=A4?= Date: Sat, 28 Jul 2018 20:03:05 +0300 Subject: [PATCH] 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 --- lisp/progmodes/eglot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- 2.39.2