]> 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)
committerEshel Yaron <me@eshelyaron.com>
Tue, 2 Jan 2024 07:24:43 +0000 (08:24 +0100)
(cherry picked from commit b0bead793f880a9434c38caeaa744f7d7a0e519b)

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))))