From b7f6ede49dc08c1b5515f7a1fba01b556faf0012 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Tue, 16 Apr 2024 14:05:47 +0200 Subject: [PATCH] expand file name dir --- bundle/bundle--lisp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bundle/bundle--lisp.el b/bundle/bundle--lisp.el index 5424b25c..e041e4d2 100644 --- a/bundle/bundle--lisp.el +++ b/bundle/bundle--lisp.el @@ -8,7 +8,7 @@ Uses `mk/hyperspec-dir-locations' to find the directory." (let ((dir (seq-find 'file-directory-p mk/hyperspec-dir-locations))) (if dir - (concat "file://" (and (eq system-type 'windows-nt) "/") dir) + (concat "file://" (and (eq system-type 'windows-nt) "/") (expand-file-name dir)) nil))) (setq common-lisp-hyperspec-root (mk/hyperspec-dir))