emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-29 35648a86730 2/2: ; Delete accidental leftover '()' Eglot functi


From: João Távora
Subject: emacs-29 35648a86730 2/2: ; Delete accidental leftover '()' Eglot function
Date: Tue, 21 Mar 2023 10:48:57 -0400 (EDT)

branch: emacs-29
commit 35648a8673010a49720476821732df96ad8fa532
Author: João Távora <joaotavora@gmail.com>
Commit: João Távora <joaotavora@gmail.com>

    ; Delete accidental leftover '()' Eglot function
    
    * lisp/progmodes/eglot.el (eglot--workspace-configuration-plist):
    Remove ().
---
 lisp/progmodes/eglot.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/eglot.el b/lisp/progmodes/eglot.el
index 77428c5af07..76f70ead666 100644
--- a/lisp/progmodes/eglot.el
+++ b/lisp/progmodes/eglot.el
@@ -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))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]