]> git.eshelyaron.com Git - emacs.git/commit
Eglot: avoid 'null' as params to 'shutdown' request (bug#66144)
authorJoão Távora <joaotavora@gmail.com>
Tue, 4 Feb 2025 12:02:06 +0000 (12:02 +0000)
committerEshel Yaron <me@eshelyaron.com>
Sun, 9 Feb 2025 08:02:36 +0000 (09:02 +0100)
commit2db8368fb0391d678e9341aaba4c6ecbaefc138b
treeea1dd63715fbea852bc8763235baaed87568a847
parent936a73dad43c2dac9a03cf98e3106dfaf6f480ed
Eglot: avoid 'null' as params to 'shutdown' request (bug#66144)

Doing so confuses some servers.  It used to be needed for the
gopls server, but according to
https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66144#32
that has been fixed.

Thanks to Javier Olaechea <pirata@gmail.com>

* lisp/progmodes/eglot.el (eglot-shutdown): Use eglot--{}.

(cherry picked from commit 164da071e07cf162bfe166908dedc82da44ef634)
lisp/progmodes/eglot.el