Fix reference to void variable path

In certain uses of file-exists-p! and project-file-exists-p!
This commit is contained in:
Henrik Lissner
2018-06-04 14:05:11 +02:00
parent 52a04fd8c6
commit c96086d426

View File

@ -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)