1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* lisp/progmodes/eglot.el (toplevel): Fix usual last minute typo

This commit is contained in:
Stefan Monnier 2023-12-29 11:21:38 -05:00
parent 2a8e6c8c84
commit b0bead793f

View file

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