Fix reference to void variable path
In certain uses of file-exists-p! and project-file-exists-p!
This commit is contained in:
parent
52a04fd8c6
commit
c96086d426
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ This is used by `associate!', `file-exists-p!' and `project-file-exists-p!'."
|
||||||
(or (not (stringp directory))
|
(or (not (stringp directory))
|
||||||
(file-name-absolute-p directory)))
|
(file-name-absolute-p directory)))
|
||||||
`(expand-file-name ,spec ,directory)
|
`(expand-file-name ,spec ,directory)
|
||||||
path)))
|
spec)))
|
||||||
((and (listp spec)
|
((and (listp spec)
|
||||||
(memq (car spec) '(or and)))
|
(memq (car spec) '(or and)))
|
||||||
`(,(car spec)
|
`(,(car spec)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue