]> git.eshelyaron.com Git - emacs.git/commitdiff
; Delete accidental leftover '()' Eglot function
authorJoão Távora <joaotavora@gmail.com>
Tue, 21 Mar 2023 09:59:13 +0000 (09:59 +0000)
committerJoão Távora <joaotavora@gmail.com>
Tue, 21 Mar 2023 14:43:11 +0000 (14:43 +0000)
* lisp/progmodes/eglot.el (eglot--workspace-configuration-plist):
Remove ().

lisp/progmodes/eglot.el

index 77428c5af0771dda2caeae94fe5dcbdb7fcf7894..76f70ead666a62534478139355307c69768a9160 100644 (file)
@@ -2480,7 +2480,7 @@ use the root of SERVER's `eglot--project'."
                ;; Set the major mode to be the first of the managed
                ;; modes.  This is the one the user started eglot in.
                (setq major-mode (car (eglot--major-modes server)))
-               (hack-dir-local-variables-non-file-buffer)()
+               (hack-dir-local-variables-non-file-buffer)
                (if (functionp eglot-workspace-configuration)
                    (funcall eglot-workspace-configuration server)
                  eglot-workspace-configuration))))