Closed z99h closed 1 year ago
I think this is behaving as documented, and I'm not sure how to separate :load-path (foo bar)
, where the variables are foo
and bar
, and the case where you are calling the function foo
with bar
as an argument. So I think wrapping it in a lambda is the best we can do here, and I'm closing this issue.
:load-path
with a string value works as expected.However, with a normal expression it causes
Lisp error: (void-variable expand-file-name)
:While wrapping the same expression in lambda works:
use-package version: 0be480ea77655304a4e6aa9d38d9d9a251b2bd32 Emacs version: 29.0.50