From ba4aeb600d6b4a662220561e8d980abeffe07f3f Mon Sep 17 00:00:00 2001 From: Phillip Lord Date: Thu, 21 Jan 2016 09:06:28 +0000 Subject: [PATCH] Fix errant variable name --- lisp/use-package/use-package.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2