Merge pull request from phillord/fix/always-pin-typo

Fix errant variable name.
GitHub-reference: https://github.com/jwiegley/use-package/issues/312
This commit is contained in:
John Wiegley 2016-01-21 13:33:36 -05:00
commit cc4333a1be

View 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.