" "))
contact))
+(defvar-local eglot--cached-server nil
+ "A cached reference to the current EGLOT server.")
+
(defun eglot--connect (managed-major-mode project class contact)
"Connect to MANAGED-MAJOR-MODE, PROJECT, CLASS and CONTACT.
This docstring appeases checkdoc, that's all."
(push (cons ',symbol (symbol-value ',symbol)) eglot--saved-bindings)
(setq-local ,symbol ,binding)))
-(defvar-local eglot--cached-server nil
- "A cached reference to the current EGLOT server.")
-
(defun eglot-managed-p ()
"Tell if current buffer is managed by EGLOT."
eglot--managed-mode)