projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f48ff4
)
Fix errant variable name
author
Phillip Lord
<phillip.lord@russet.org.uk>
Thu, 21 Jan 2016 09:06:28 +0000
(09:06 +0000)
committer
Phillip Lord
<phillip.lord@russet.org.uk>
Thu, 21 Jan 2016 09:06:28 +0000
(09:06 +0000)
lisp/use-package/use-package.el
patch
|
blob
|
history
diff --git
a/lisp/use-package/use-package.el
b/lisp/use-package/use-package.el
index a76b0473d7e06d7f8b3c44223b9e22cd6414ceda..bfb5002965dee2736d204d6953933fd24918e4fc 100644
(file)
--- 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)
- args
0
))))
+ args
*
))))
;; When byte-compiling, pre-load the package so all its symbols are in
;; scope.