]> git.eshelyaron.com Git - emacs.git/commit
Disable undo in the process buffers of a JSONRPC connection
authorJoão Távora <joaotavora@gmail.com>
Wed, 11 Dec 2019 21:26:35 +0000 (22:26 +0100)
committerJoão Távora <joaotavora@gmail.com>
Fri, 13 Dec 2019 16:34:15 +0000 (17:34 +0100)
commit73f37da12dc7808a2be1d38787642f4900632b49
tree27e4657b9ffab83f218709b32cbea841e7bbd8a5
parent84a8d07e7a3626402ff80dec1a1e6cfe69dddccf
Disable undo in the process buffers of a JSONRPC connection

* lisp/jsonrpc.el (initialize-instance jsonrpc-process-connection):
Use buffer-disable-undo in stdout and stderr buffers.

* lisp/jsonrpc.el (Version): Bump to 1.0.9
lisp/jsonrpc.el