summaryrefslogtreecommitdiff
path: root/lisp/use-package/use-package.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/use-package/use-package.el')
-rw-r--r--lisp/use-package/use-package.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/use-package/use-package.el b/lisp/use-package/use-package.el
index a76b0473d7e..bfb5002965d 100644
--- a/lisp/use-package/use-package.el
+++ b/lisp/use-package/use-package.el
@@ -1085,7 +1085,7 @@ this file. Usage:
(if use-package-always-pin
(use-package-plist-maybe-put
args* :pin use-package-always-pin)
- args0))))
+ args*))))
;; When byte-compiling, pre-load the package so all its symbols are in
;; scope.