From 36b2fa8e7f799679c1ba6995e097ea3bd0fbc72d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Wed, 2 Jan 2019 20:34:09 +0000 Subject: [PATCH] * eglot.el (eglot-workspace-configuration): safe when listp. --- lisp/progmodes/eglot.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el index 39f484220aa..6de3adf9763 100644 --- a/lisp/progmodes/eglot.el +++ b/lisp/progmodes/eglot.el @@ -1553,6 +1553,8 @@ Records START, END and PRE-CHANGE-LENGTH locally." Setting should be a keyword, value can be any value that can be converted to JSON.") +(put 'eglot-workspace-configuration 'safe-local-variable 'listp) + (defun eglot-signal-didChangeConfiguration (server) "Send a `:workspace/didChangeConfiguration' signal to SERVER. When called interactively, use the currently active server" -- 2.39.2