projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a8e6c8
)
* lisp/progmodes/eglot.el (toplevel): Fix usual last minute typo
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 29 Dec 2023 16:21:38 +0000
(11:21 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 29 Dec 2023 16:21:38 +0000
(11:21 -0500)
lisp/progmodes/eglot.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/eglot.el
b/lisp/progmodes/eglot.el
index 21b627e746a1fa1c39f709b620787e6b9b611f72..048cf19213c5e9315034f76c5d330b673a272a5d 100644
(file)
--- a/
lisp/progmodes/eglot.el
+++ b/
lisp/progmodes/eglot.el
@@
-128,7
+128,7
@@
(load (symbol-name feature) nil 'nomessage)))))
(funcall reload 'eldoc nil 'reload)
- (funcall reload nil 'reload)
+ (funcall reload
'seq
nil 'reload)
;; For those packages which are not preloaded OTOH, signal an error if
;; the loaded file is not the one that should have been loaded.
(mapc reload '(project flymake xref jsonrpc external-completion))))