]> git.eshelyaron.com Git - emacs.git/commitdiff
Please the byte-compiler
authorJohn Wiegley <johnw@newartisans.com>
Mon, 4 Dec 2017 19:53:35 +0000 (11:53 -0800)
committerJohn Wiegley <johnw@newartisans.com>
Mon, 4 Dec 2017 19:53:52 +0000 (11:53 -0800)
lisp/use-package/bind-chord.el
lisp/use-package/use-package-ensure-system-package.el
lisp/use-package/use-package.el

index 35634b174a3e20e405557b3e945db6294ef3cc3a..e5184bff60efd45cb3a498a3a087838a5d3a1780 100644 (file)
@@ -17,7 +17,7 @@
 ;;; Code:
 
 (require 'bind-key)
-(require 'key-chord)
+(require 'key-chord nil t)
 
 ;;;###autoload
 (defmacro bind-chord (chord command &optional keymap)
index b8fd19d830b9300609e05ee6a57ff34b75d4c33c..36a614d47c3f93c1397716d55a299d9aade83632 100644 (file)
 ;;; Code:
 
 (require 'use-package)
-(require 'system-packages)
+(require 'system-packages nil t)
+
+(eval-when-compile
+  (defvar system-packages-packagemanager)
+  (defvar system-packages-supported-package-managers)
+  (defvar system-packages-usesudo))
 
 (defun use-package-ensure-system-package-install-command (pack)
   "Return the default install command for `pack'."
index ec459ab16622adf423515e03cc8606f1325f1054..c6ab7d742c6ad98b6dc1de48b6cb25c3c81e3b55 100644 (file)
@@ -45,6 +45,7 @@
 (require 'up-diminish)
 (require 'up-delight)
 
+(declare-function use-package-jump-to-package-form "up-jump")
 (autoload #'use-package-jump-to-package-form "up-jump" nil t)
 
 (provide 'use-package)