From: João Távora Date: Sun, 16 Aug 2020 18:10:23 +0000 (+0100) Subject: Correct paren mismatch blunder introduced by earlier commit X-Git-Tag: emacs-29.0.90~1616^2~524^2~4^2~203 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=07c8219fa24f15213b1e1899a6824f1146954ef5;p=emacs.git Correct paren mismatch blunder introduced by earlier commit Per https://github.com/joaotavora/eglot/issues/512. * eglot.el (eglot-server-programs): properly close parenthesis. GitHub-reference: fix https://github.com/joaotavora/eglot/issues/521 --- diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 023c0dfe7ab..a4ba1f9f934 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -122,7 +122,7 @@ language-server/bin/php-language-server.php")) ((tex-mode context-mode texinfo-mode bibtex-mode) . ("digestif")) (erlang-mode . ("erlang_ls" "--transport" "stdio")) - (gdscript-mode . ("localhost" 6008)) + (gdscript-mode . ("localhost" 6008))) "How the command `eglot' guesses the server to start. An association list of (MAJOR-MODE . CONTACT) pairs. MAJOR-MODE is a mode symbol, or a list of mode symbols. The associated