]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix eglot-shutdown-all: Match current eglot-shutdown signature
authorStephen Leake <stephen_leake@stephe-leake.org>
Tue, 1 Nov 2022 00:30:02 +0000 (17:30 -0700)
committerStephen Leake <stephen_leake@stephe-leake.org>
Tue, 1 Nov 2022 00:30:02 +0000 (17:30 -0700)
lisp/progmodes/eglot.el

index c587061837246d4aea8bc729b1d6105a188fa15b..0a0d73eb6d2e47fb1a6467c49c9dd5a6a8e7c5a0 100644 (file)
@@ -877,7 +877,7 @@ SERVER."
 PRESERVE-BUFFERS as in `eglot-shutdown', which see."
   (interactive (list current-prefix-arg))
   (cl-loop for ss being the hash-values of eglot--servers-by-project
-           do (cl-loop for s in ss do (eglot-shutdown s nil preserve-buffers))))
+           do (cl-loop for s in ss do (eglot-shutdown s nil nil preserve-buffers))))
 
 (defun eglot--on-shutdown (server)
   "Called by jsonrpc.el when SERVER is already dead."