1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-06 06:20:55 -08:00

Merge pull request from akhramov/fix/ensure-system-package-cleanup

ensure-system-package cleanup
GitHub-reference: https://github.com/jwiegley/use-package/issues/683
This commit is contained in:
John Wiegley 2018-05-19 14:48:47 -07:00 committed by GitHub
commit 36f9a9b9b4

View file

@ -23,9 +23,7 @@
(require 'system-packages nil t) (require 'system-packages nil t)
(eval-when-compile (eval-when-compile
(defvar system-packages-package-manager) (declare-function system-packages-get-command "system-packages"))
(defvar system-packages-supported-package-managers)
(defvar system-packages-use-sudo))
(defun use-package-ensure-system-package-install-command (pack) (defun use-package-ensure-system-package-install-command (pack)
"Return the default install command for PACK." "Return the default install command for PACK."