diff options
| -rw-r--r-- | lisp/emacs-lisp/macroexp.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/macroexp.el b/lisp/emacs-lisp/macroexp.el index 85e9b073158..95fe43a34a2 100644 --- a/lisp/emacs-lisp/macroexp.el +++ b/lisp/emacs-lisp/macroexp.el | |||
| @@ -98,7 +98,7 @@ each clause." | |||
| 98 | (condition-case err | 98 | (condition-case err |
| 99 | (apply handler form (cdr form)) | 99 | (apply handler form (cdr form)) |
| 100 | (error (message "Compiler-macro error for %S: %S" (car form) err) | 100 | (error (message "Compiler-macro error for %S: %S" (car form) err) |
| 101 | form)))) | 101 | form))) |
| 102 | 102 | ||
| 103 | (defun macroexp--expand-all (form) | 103 | (defun macroexp--expand-all (form) |
| 104 | "Expand all macros in FORM. | 104 | "Expand all macros in FORM. |