]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/jsonrpc.el (initialize-instance): Fix closing-paren typo.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 May 2020 17:50:03 +0000 (10:50 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 1 May 2020 17:50:22 +0000 (10:50 -0700)
lisp/jsonrpc.el

index 69ee94159d7229ea344a996c1a1cebe71ca5b774..696a2daa28678e5e9d7a4dcaa3e8ce4e4ebf3412 100644 (file)
@@ -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