]> git.eshelyaron.com Git - emacs.git/commit
Fix workspace/configuration handling when given scopeuri directory
authorIngo Lohmar <ingo.lohmar@posteo.net>
Sat, 9 Oct 2021 19:19:37 +0000 (21:19 +0200)
committerIngo Lohmar <ingo.lohmar@posteo.net>
Sat, 9 Oct 2021 19:31:17 +0000 (21:31 +0200)
commitc0b74d0b5938583db829363ebafdd9e0701554a4
treed8f065aa490ccc191b4d36bbf6c2c59d7124c036
parentd7057441b823a42b1378eadb0b4488d6fb7069f5
Fix workspace/configuration handling when given scopeuri directory

The path returned by eglot--uri-to-path is mostly used for file paths,
and therefore does not end with a slash.  Such a no-trailing-slash path
violates what default-directory demands (per its docstring), which
causes hack-dir-local-variables-non-file-buffer to not find the
appropriate dir-local vars.
lisp/progmodes/eglot.el