]> git.eshelyaron.com Git - emacs.git/commit
Handle (un)registercapability requests via generic functions
authorJoão Távora <joaotavora@gmail.com>
Sat, 5 Jan 2019 13:32:13 +0000 (13:32 +0000)
committerJoão Távora <joaotavora@gmail.com>
Sat, 5 Jan 2019 13:32:13 +0000 (13:32 +0000)
commita47618f19f6dec030b08e04717e10a573a1ce14f
tree8a83d74a2e5ebaa6a9f0b08005fe7455d934c180
parent6ee4328ca1495afb90fa8b3377781e1b3667ec5d
Handle (un)registercapability requests via generic functions

* eglot.el (Version): Bump to 1.4
(eglot-register-capability, eglot-unregister-capability): New
generic functions.
(eglot--register-unregister): Call eglot-register-capability,
eglot-unregister-capability.
(eglot-register-capability s (eql
workspace/didChangeWatchedFiles)): Rename from
eglot--register-workspace/didChangeWatchedFiles.
(eglot-unregister-capability s (eql
workspace/didChangeWatchedFiles)): Rename from
eglot--unregister-workspace/didChangeWatchedFiles.
lisp/progmodes/eglot.el