]> git.eshelyaron.com Git - emacs.git/commit
Eglot: check correct capability name in eglot-imenu (bug#64682)
authorBrian Leung <leungbk@posteo.net>
Mon, 17 Jul 2023 13:29:18 +0000 (14:29 +0100)
committerJoão Távora <joaotavora@gmail.com>
Mon, 17 Jul 2023 13:36:51 +0000 (14:36 +0100)
commit7446a8c34e2b793df52dbf56b630e20f8c10568c
tree5ed43fcbe2d889f41ec2ac0337b555a45bcdd353
parentac566bcdee31a260cbdce336e76f20a317b6dd06
Eglot: check correct capability name in eglot-imenu (bug#64682)

* lisp/progmodes/eglot.el (eglot-imenu): Declare the correct name of
the server capability providing textDocument/documentSymbol.

Without this change, eglot-imenu always aborts even when used with
servers supporting textDocument/documentSymbol.
lisp/progmodes/eglot.el