From 308b1a9ee3bce89512d743e4a58116aa984310f0 Mon Sep 17 00:00:00 2001 From: Michal Krzywkowski Date: Mon, 30 Jul 2018 22:17:32 +0200 Subject: [PATCH] * eglot.el (eglot-client-capabilities): fix a typo. --- lisp/progmodes/eglot.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index f0a4b7144dc..f5903138100 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -167,7 +167,7 @@ lasted more than that many seconds." :applyEdit t :executeCommand `(:dynamicRegistration :json-false) :workspaceEdit `(:documentChanges :json-false) - :didChangeWatchesFiles `(:dynamicRegistration t) + :didChangeWatchedFiles `(:dynamicRegistration t) :symbol `(:dynamicRegistration :json-false)) :textDocument (list -- 2.39.2