]> git.eshelyaron.com Git - emacs.git/commit
Rename functions. eglot--request is now the synchronous one
authorJoão Távora <joaotavora@gmail.com>
Thu, 10 May 2018 20:31:37 +0000 (21:31 +0100)
committerJoão Távora <joaotavora@gmail.com>
Thu, 10 May 2018 21:29:21 +0000 (22:29 +0100)
commit0f73b0ef434329b59f9db5065a239afe49be2fdc
tree5d8e0d417bbb4ffc552f5a5895378a8f74938d73
parente36892ef513e753bbef6787d15d56b6e669dbcfa
Rename functions. eglot--request is now the synchronous one

* eglot.el (eglot--connect, eglot-shutdown)
(xref-backend-identifier-completion-table)
(xref-backend-definitions, xref-backend-references)
(xref-backend-apropos, eglot-completion-at-point, eglot-rename):
Call eglot--request.
(eglot--async-request): Renamed from eglot--request.
(eglot--request): Renamed from eglot--sync-request.
(eglot--TextDocumentIdentifier)
(eglot--VersionedTextDocumentIdentifier)
(eglot--TextDocumentPositionParams, eglot--TextDocumentItem):
Renamed from the more verbose eglot--current-buffer-* variante.
(eglot-rename, eglot-imenu, eglot-eldoc-function)
(eglot-completion-at-point, xref-backend-definitions)
(xref-backend-identifier-at-point)
(eglot--signal-textDocument/didSave)
(xref-backend-identifier-completion-table)
(eglot--signal-textDocument/didClose)
(eglot--signal-textDocument/didOpen)
(eglot--signal-textDocument/didChange): Use new function names.
lisp/progmodes/eglot.el