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:
commit
36f9a9b9b4
1 changed files with 1 additions and 3 deletions
|
|
@ -23,9 +23,7 @@
|
|||
(require 'system-packages nil t)
|
||||
|
||||
(eval-when-compile
|
||||
(defvar system-packages-package-manager)
|
||||
(defvar system-packages-supported-package-managers)
|
||||
(defvar system-packages-use-sudo))
|
||||
(declare-function system-packages-get-command "system-packages"))
|
||||
|
||||
(defun use-package-ensure-system-package-install-command (pack)
|
||||
"Return the default install command for PACK."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue