mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Fix reference to void variable path
In certain uses of file-exists-p! and project-file-exists-p!
This commit is contained in:
@ -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)
|
||||||
|
Reference in New Issue
Block a user