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:
parent
a66d1952e3
commit
a203028871
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue