]> git.eshelyaron.com Git - emacs.git/commit
Don't force eglot-strict-mode completely in eglot--dcase
authorJoão Távora <joaotavora@gmail.com>
Tue, 3 Nov 2020 10:26:03 +0000 (10:26 +0000)
committerJoão Távora <joaotavora@gmail.com>
Tue, 3 Nov 2020 10:26:03 +0000 (10:26 +0000)
commit5646b874b2f340cd159429cd141df9f68e0e12be
treee6fb2fce77b08a13c8fc29429147b5b80548d9aa
parente4f4762e7acd7ee235aada8c51177a08502f5c85
Don't force eglot-strict-mode completely in eglot--dcase

Doing so was by design, since there's much ambiguity between the
CodeAction and Command objects.  But 'disallow-non-standard-keys is
not necessary to disambiguate, and proved harmful in this bug.

* eglot.el (eglot--dcase): Don't disallow
(eglot--check-dspec): Fix docstring.

GitHub-reference: fix https://github.com/joaotavora/eglot/issues/558
lisp/progmodes/eglot.el