]> git.eshelyaron.com Git - emacs.git/commitdiff
* lisp/progmodes/eglot.el (toplevel): Fix usual last minute typo
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 29 Dec 2023 16:21:38 +0000 (11:21 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Fri, 29 Dec 2023 16:21:38 +0000 (11:21 -0500)
lisp/progmodes/eglot.el

index 21b627e746a1fa1c39f709b620787e6b9b611f72..048cf19213c5e9315034f76c5d330b673a272a5d 100644 (file)
                     (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))))