* macroexp.el (macroexp--compiler-macro): Fix paren typo.

This commit is contained in:
Stefan Monnier 2012-06-14 23:20:42 -04:00
parent f38ea36d3d
commit a64a94eddd

View file

@ -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.