]> git.eshelyaron.com Git - emacs.git/commit
Ensure system package cleanup
authorArtyom Khramov <futu.fata@gmail.com>
Sat, 19 May 2018 18:44:43 +0000 (00:44 +0600)
committerArtyom Khramov <futu.fata@gmail.com>
Sat, 19 May 2018 18:53:08 +0000 (00:53 +0600)
commitf38a1009173c0b30c358041df52967ecbde03560
treef762c1697b1bacf96fa68e9137b3ee2e0a3d853d
parent642417ac054fc5328ef734ddd7e3dc678cd715b0
Ensure system package cleanup

The function introduced in https://github.com/jwiegley/use-package/issues/673 wasn't declared at compile time, and
it made byte compiler unhappy. Moreover, it was forgotten to remove
redundant compile time variables. Thanks @tarsius for pointing that
out.

This change
* Removes redundant variable declarations
* Adds `system-packages-get-command` function declaration.

Copyright-paperwork-exempt: yes
lisp/use-package/use-package-ensure-system-package.el