Jsonrpc: better initforms in jsonrpc-connection
* lisp/jsonrpc.el (jsonrpc-connection): Better initforms
This commit is contained in:
parent
8de749faa1
commit
d2f95ea44c
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,7 @@
|
|||
(defclass jsonrpc-connection ()
|
||||
((name
|
||||
:accessor jsonrpc-name
|
||||
:initform "anonymous"
|
||||
:initarg :name
|
||||
:documentation "A name for the connection")
|
||||
(-request-dispatcher
|
||||
|
@ -76,6 +77,7 @@
|
|||
:accessor jsonrpc--events-buffer
|
||||
:documentation "A buffer pretty-printing the JSONRPC events")
|
||||
(-events-buffer-scrollback-size
|
||||
:initform nil
|
||||
:initarg :events-buffer-scrollback-size
|
||||
:accessor jsonrpc--events-buffer-scrollback-size
|
||||
:documentation "Max size of events buffer. 0 disables, nil means infinite.")
|
||||
|
|
Loading…
Add table
Reference in a new issue