]> git.eshelyaron.com Git - emacs.git/commit
Properly fix embarassing missing paren typo in jsonrpc.el
authorJoão Távora <joaotavora@gmail.com>
Fri, 1 May 2020 23:10:51 +0000 (00:10 +0100)
committerJoão Távora <joaotavora@gmail.com>
Fri, 1 May 2020 23:11:18 +0000 (00:11 +0100)
commit2ea1265f55d722d83fcae6ea087d059113cf6679
tree8d77eaf764f3e7d360ce304dc5eede3010d75b94
parentc59e878439833d89998e03134ee9060f9c449fd9
Properly fix embarassing missing paren typo in jsonrpc.el

Paul Eggert had fixed it in practice, but the missing paren
was meant to close a previous with-current-buffer.

* lisp/jsonrpc.el (initialize-instance): Put parenthesis in right spot.
(Version): Bump to 1.0.11
lisp/jsonrpc.el