Closed camdez closed 2 years ago
Whoops, I didn't realize rest was from cl, not in Elisp core (too much Clojure 🤪). Current state leads to a warning during package installation:
rest
cl
In end of data: daemons-brew.el:57:6: Warning: the function ‘rest’ is not known to be defined.
Reverting (8338450a8357f1afc5a9b44198fd2e6659eb1e53) back instead adding a new require.
require
Oops! Good catch, thanks!
Whoops, I didn't realize
rest
was fromcl
, not in Elisp core (too much Clojure 🤪). Current state leads to a warning during package installation:Reverting (8338450a8357f1afc5a9b44198fd2e6659eb1e53) back instead adding a new
require
.