1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-27 07:37:33 +00:00

Correct an erroneous symbol reference

This commit is contained in:
John Wiegley 2015-03-15 21:21:11 -05:00
parent a66d1952e3
commit a203028871

View File

@ -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-symbol args*))
((body (use--package name name-symbol name-string args*))
(pred (plist-get args* :if))
(expansion (if pred
`(when ,pred ,@body)