]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix errant variable name
authorPhillip Lord <phillip.lord@russet.org.uk>
Thu, 21 Jan 2016 09:06:28 +0000 (09:06 +0000)
committerPhillip Lord <phillip.lord@russet.org.uk>
Thu, 21 Jan 2016 09:06:28 +0000 (09:06 +0000)
lisp/use-package/use-package.el

index a76b0473d7e06d7f8b3c44223b9e22cd6414ceda..bfb5002965dee2736d204d6953933fd24918e4fc 100644 (file)
@@ -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.