projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7a76f2
)
Fix eglot-shutdown-all: Match current eglot-shutdown signature
author
Stephen Leake
<stephen_leake@stephe-leake.org>
Tue, 1 Nov 2022 00:30:02 +0000
(17:30 -0700)
committer
Stephen Leake
<stephen_leake@stephe-leake.org>
Tue, 1 Nov 2022 00:30:02 +0000
(17:30 -0700)
lisp/progmodes/eglot.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/eglot.el
b/lisp/progmodes/eglot.el
index c587061837246d4aea8bc729b1d6105a188fa15b..0a0d73eb6d2e47fb1a6467c49c9dd5a6a8e7c5a0 100644
(file)
--- a/
lisp/progmodes/eglot.el
+++ b/
lisp/progmodes/eglot.el
@@
-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."