From c96086d426276f6af391b754ab42c69f79f5b662 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 4 Jun 2018 14:05:11 +0200 Subject: [PATCH] Fix reference to void variable path In certain uses of file-exists-p! and project-file-exists-p! --- core/core-lib.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core-lib.el b/core/core-lib.el index 2f758f42b..62afe9a6f 100644 --- a/core/core-lib.el +++ b/core/core-lib.el @@ -46,7 +46,7 @@ This is used by `associate!', `file-exists-p!' and `project-file-exists-p!'." (or (not (stringp directory)) (file-name-absolute-p directory))) `(expand-file-name ,spec ,directory) - path))) + spec))) ((and (listp spec) (memq (car spec) '(or and))) `(,(car spec)