]> git.eshelyaron.com Git - emacs.git/commit
Eglot: tweak previous change (bug#70036)
authorJoão Távora <joaotavora@gmail.com>
Fri, 19 Apr 2024 21:21:21 +0000 (16:21 -0500)
committerEshel Yaron <me@eshelyaron.com>
Sat, 20 Apr 2024 11:09:29 +0000 (14:09 +0300)
commit3df2492722a776e0d45511c2dbcb23fb0752ef89
tree950dbfa157b1bea821c91c94433204e322d94883
parent5cd8e95fe4d7ef6884a4c49dfbfd5833377d98a2
Eglot: tweak previous change (bug#70036)

* lisp/progmodes/eglot.el (eglot--TextDocumentIdentifier-uri):
Rename from eglot--cached-tdi.
(eglot-handle-notification): Tweak comment.  Use
eglot--TextDocumentIdentifier-uri.
(eglot--TextDocumentIdentifier)
(eglot--signal-textDocument/didOpen): Use
eglot--TextDocumentIdentifier-uri.

* test/lisp/progmodes/eglot-tests.el (eglot-test-basic-symlink):
Address compilation warning.  Tweak comment slightly.

(cherry picked from commit f90008411e827390857a4ad25e0c40fa5d27212a)
lisp/progmodes/eglot.el
test/lisp/progmodes/eglot-tests.el