From: Phillip Lord Date: Thu, 21 Jan 2016 09:06:28 +0000 (+0000) Subject: Fix errant variable name X-Git-Tag: emacs-29.0.90~1306^2~15^2~320^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ba4aeb600d;p=emacs.git Fix errant variable name --- 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.