diff options
Diffstat (limited to '.dir-locals.el')
| -rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index b8b0fec4cae..8635b29565c 100644 --- a/.dir-locals.el +++ b/.dir-locals.el | |||
| @@ -43,7 +43,7 @@ | |||
| 43 | ;; Hence the following "when", which might otherwise be unnecessary; | 43 | ;; Hence the following "when", which might otherwise be unnecessary; |
| 44 | ;; it prevents causing an error when root-dir-unexpanded is nil. | 44 | ;; it prevents causing an error when root-dir-unexpanded is nil. |
| 45 | (when root-dir-unexpanded | 45 | (when root-dir-unexpanded |
| 46 | (let* ((root-dir (expand-file-name root-dir-unexpanded)) | 46 | (let* ((root-dir (file-local-name (expand-file-name root-dir-unexpanded))) |
| 47 | ;; Workaround for bug https://issues.guix.gnu.org/43818. | 47 | ;; Workaround for bug https://issues.guix.gnu.org/43818. |
| 48 | (root-dir* (directory-file-name root-dir))) | 48 | (root-dir* (directory-file-name root-dir))) |
| 49 | 49 | ||
