]> git.eshelyaron.com Git - emacs.git/commit
Jsonrpc: clean up previous change
authorJoão Távora <joaotavora@gmail.com>
Fri, 22 Dec 2023 13:44:39 +0000 (07:44 -0600)
committerJoão Távora <joaotavora@gmail.com>
Fri, 22 Dec 2023 17:17:36 +0000 (11:17 -0600)
commitdceffddbfe78f3f9fd299e736ceb50a00b0fa75e
tree800e4caec38c5ce86dd3f91846b39fdf80887dcd
parent27d23958793b5b97dc7d9606c692972410f51c8b
Jsonrpc: clean up previous change

* lisp/jsonrpc.el (jsonrpc-connection): Rework slot names.
(jsonrpc-connection-receive): Rework.
(jsonrpc--call-deferred): Fix typo.
(jsonrpc--process-sentinel)
(jsonrpc--remove): Use new slot names.
(jsonrpc--continue): Rework.
(jsonrpc--async-request-1): Rework.
(jsonrpc--event): Remember to remove :jsonrpc-json from
foreign-message
(jsonrpc--connection-receive): Revamp.
(jsonrpc--connection-send)
(jsonrpc--connection-reply): Rework.
(jsonrpc--log-event): Revamp.
(jsonrpc-continuation-count): Use new slot name.
lisp/jsonrpc.el