cbowdon / daemons.el

An Emacs UI for managing init system services
GNU General Public License v3.0
102 stars 12 forks source link

daemons-brew.el: prefer cdr over rest #27

Closed camdez closed 2 years ago

camdez commented 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:

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.

cbowdon commented 2 years ago

Oops! Good catch, thanks!