diff options
| -rw-r--r-- | lisp/jsonrpc.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 .") | |||
| 407 | (buffer-disable-undo) | 407 | (buffer-disable-undo) |
| 408 | (set-marker (process-mark proc) (point-min)) | 408 | (set-marker (process-mark proc) (point-min)) |
| 409 | (let ((inhibit-read-only t)) (erase-buffer) (read-only-mode t))) | 409 | (let ((inhibit-read-only t)) (erase-buffer) (read-only-mode t))) |
| 410 | (process-put proc 'jsonrpc-connection conn))) | 410 | (process-put proc 'jsonrpc-connection conn)))) |
| 411 | 411 | ||
| 412 | (cl-defmethod jsonrpc-connection-send ((connection jsonrpc-process-connection) | 412 | (cl-defmethod jsonrpc-connection-send ((connection jsonrpc-process-connection) |
| 413 | &rest args | 413 | &rest args |