mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
Jsonrpc: better initforms in jsonrpc-connection
* lisp/jsonrpc.el (jsonrpc-connection): Better initforms
This commit is contained in:
parent
8de749faa1
commit
d2f95ea44c
@ -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…
Reference in New Issue
Block a user