* lisp/jsonrpc.el (initialize-instance): Fix closing-paren typo.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user