branch: externals/eglot commit 0b474ecc5819ba7c1b3cccdffae98f6d0bf2b230 Author: João Távora <joaotav...@gmail.com> Commit: João Távora <joaotav...@gmail.com>
Fix use of jsonrpc-message in tests * jsonrpc-tests.el (jsonrpc--with-emacsrpc-fixture): Use jsonrpc--message. --- jsonrpc-tests.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonrpc-tests.el b/jsonrpc-tests.el index c2534e5..809e988 100644 --- a/jsonrpc-tests.el +++ b/jsonrpc-tests.el @@ -85,7 +85,7 @@ (cl-loop do (delete-process ,listen-server) while (progn (accept-process-output nil 0.1) (process-live-p ,listen-server)) - do (jsonrpc-message + do (jsonrpc--message "test listen-server is still running, waiting")))))))) (ert-deftest returns-3 ()