mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-11 14:01:43 -08:00
Remove a use of macroexpand
This commit is contained in:
parent
658d103b70
commit
8769309fbf
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ ARGS is a list of forms, so `((foo))' if only `foo' is being called."
|
|||
"Given a list of forms, return it wrapped in `progn'."
|
||||
(unless (listp (car args))
|
||||
(use-package-error (concat label " wants a sexp or list of sexps")))
|
||||
(mapcar #'macroexpand args))
|
||||
args)
|
||||
|
||||
(defsubst use-package-normalize-value (label arg)
|
||||
"Normalize a value."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue