]> git.eshelyaron.com Git - emacs.git/commit
Fix Eglot's command generation for code actions
authorJoão Távora <joaotavora@gmail.com>
Thu, 16 Mar 2023 10:45:25 +0000 (10:45 +0000)
committerJoão Távora <joaotavora@gmail.com>
Thu, 16 Mar 2023 11:39:12 +0000 (11:39 +0000)
commit9d3fdf7e0d4c9355b2466aca51938291ea4e26c7
tree7b775976e47fa8e448456b5f53b85eaf1c22d3bb
parente10144c1568e1c6571aac3b0185e53fa5c99945f
Fix Eglot's command generation for code actions

The user command generated by eglot--code-action should always call
eglot-code-actions with a INTERACTIVE set to t.

Reported in https://github.com/joaotavora/eglot/issues/1132.

* lisp/progmodes/eglot.el (eglot--code-action): Pass INTERACTIVE=t to
eglot-code-action call.
lisp/progmodes/eglot.el