diff options
author | John Wiegley <johnw@newartisans.com> | 2016-01-21 13:33:36 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2016-01-21 13:33:36 -0500 |
commit | cc4333a1be9fd6ac966a94e2d48653c075c9e467 (patch) | |
tree | 9ef337e04e4c645879cfe20fca3363c3144a8087 /lisp/use-package/use-package.el | |
parent | 3f48ff46484e116b00b420cb40208b4fb7b7ae22 (diff) | |
parent | ba4aeb600d6b4a662220561e8d980abeffe07f3f (diff) | |
download | emacs-cc4333a1be9fd6ac966a94e2d48653c075c9e467.tar.gz emacs-cc4333a1be9fd6ac966a94e2d48653c075c9e467.tar.bz2 emacs-cc4333a1be9fd6ac966a94e2d48653c075c9e467.zip |
Merge pull request from phillord/fix/always-pin-typo
Fix errant variable name.
GitHub-reference: https://github.com/jwiegley/use-package/issues/312
Diffstat (limited to 'lisp/use-package/use-package.el')
-rw-r--r-- | lisp/use-package/use-package.el | 2 |
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. |