rranelli / auto-package-update.el

Automatically update Emacs packages.
151 stars 26 forks source link

Remove second dash from apu--last-update-day-path #32

Closed YourFin closed 6 years ago

YourFin commented 6 years ago

It is treated like a user customizable variable in the code and tests but is not named as such. Closes #31

Guillawme commented 6 years ago

@rranelli any chance this could get merged sometime soon? It is a trivial change which will enable the use of emacscollective/no-littering. Thank you in advance.

rranelli commented 6 years ago

sorry I totally forgot about this

Guillawme commented 6 years ago

Thank you. 👍

tarsius commented 6 years ago

This is an improvement because now these non-private variables are no longer marked as private. However there also is no reason why these options should use a prefix that is different from the prefix used for all other options. Please change that too.