diff options
author | Phillip Lord <phillip.lord@russet.org.uk> | 2016-01-21 09:06:28 +0000 |
---|---|---|
committer | Phillip Lord <phillip.lord@russet.org.uk> | 2016-01-21 09:06:28 +0000 |
commit | ba4aeb600d6b4a662220561e8d980abeffe07f3f (patch) | |
tree | 9ef337e04e4c645879cfe20fca3363c3144a8087 /lisp/use-package/use-package.el | |
parent | 3f48ff46484e116b00b420cb40208b4fb7b7ae22 (diff) | |
download | emacs-ba4aeb600d6b4a662220561e8d980abeffe07f3f.tar.gz emacs-ba4aeb600d6b4a662220561e8d980abeffe07f3f.tar.bz2 emacs-ba4aeb600d6b4a662220561e8d980abeffe07f3f.zip |
Fix errant variable name
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. |