From 4b6c2bcecfe84585bae9fdfecbd87a48291793a5 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 1 May 2020 10:50:03 -0700 Subject: [PATCH] * lisp/jsonrpc.el (initialize-instance): Fix closing-paren typo. --- lisp/jsonrpc.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/jsonrpc.el b/lisp/jsonrpc.el index 69ee94159d7..696a2daa286 100644 --- a/lisp/jsonrpc.el +++ b/lisp/jsonrpc.el @@ -407,7 +407,7 @@ connection object, called when the process dies .") (buffer-disable-undo) (set-marker (process-mark proc) (point-min)) (let ((inhibit-read-only t)) (erase-buffer) (read-only-mode t))) - (process-put proc 'jsonrpc-connection conn))) + (process-put proc 'jsonrpc-connection conn)))) (cl-defmethod jsonrpc-connection-send ((connection jsonrpc-process-connection) &rest args -- 2.39.5