projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a66d195
)
Correct an erroneous symbol reference
author
John Wiegley
<johnw@newartisans.com>
Mon, 16 Mar 2015 02:21:11 +0000
(21:21 -0500)
committer
John Wiegley
<johnw@newartisans.com>
Mon, 16 Mar 2015 02:21:11 +0000
(21:21 -0500)
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 6febf6af698a75a78d521396f32d39f8ce53c256..be4b0cd7c09a7d3ff7d702608b1d9e42117173a2 100644
(file)
--- a/
lisp/use-package/use-package.el
+++ b/
lisp/use-package/use-package.el
@@
-503,7
+503,7
@@
this file. Usage:
;; At this point, we can expand the macro using the helper function.
;; `use--package'.
(let*
- ((body (use--package name name-symbol name-s
ymbol
args*))
+ ((body (use--package name name-symbol name-s
tring
args*))
(pred (plist-get args* :if))
(expansion (if pred
`(when ,pred ,@body)