From: Paul Eggert Date: Fri, 1 May 2020 17:50:03 +0000 (-0700) Subject: * lisp/jsonrpc.el (initialize-instance): Fix closing-paren typo. X-Git-Tag: emacs-28.0.90~7470 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4b6c2bcecfe84585bae9fdfecbd87a48291793a5;p=emacs.git * lisp/jsonrpc.el (initialize-instance): Fix closing-paren typo. --- 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