* macroexp.el (macroexp--compiler-macro): Fix paren typo.
This commit is contained in:
parent
f38ea36d3d
commit
a64a94eddd
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ each clause."
|
|||
(condition-case err
|
||||
(apply handler form (cdr form))
|
||||
(error (message "Compiler-macro error for %S: %S" (car form) err)
|
||||
form))))
|
||||
form)))
|
||||
|
||||
(defun macroexp--expand-all (form)
|
||||
"Expand all macros in FORM.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue