1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 14:30:43 -08: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)