]> git.eshelyaron.com Git - emacs.git/commit
Jsonrpc: allow method identifiers to be simply strings
authorJoão Távora <joaotavora@gmail.com>
Wed, 8 Nov 2023 14:22:23 +0000 (08:22 -0600)
committerJoão Távora <joaotavora@gmail.com>
Thu, 14 Dec 2023 00:55:52 +0000 (00:55 +0000)
commit8de749faa14f6a1566a5a92b84a6f834944eb22f
tree3ed75aa1aabe3595b87e810954f18883112ce66b
parent33aa46fe94f5551d3158a6b2dcb3e81e908bdbd1
Jsonrpc: allow method identifiers to be simply strings

* lisp/jsonrpc.el (jsonrpc-connection-send): Support string methods.
lisp/jsonrpc.el