Merge commit '9cbdf20316' into native-comp

This commit is contained in:
Andrea Corallo 2021-03-09 10:03:47 +01:00
commit 43b0df62cd
227 changed files with 37660 additions and 40546 deletions

View file

@ -253,7 +253,7 @@ The return value is undefined.
#'(lambda (x)
(let ((f (cdr (assq (car x) macro-declarations-alist))))
(if f (apply (car f) name arglist (cdr x))
(macroexp--warn-and-return
(macroexp-warn-and-return
(format-message
"Unknown macro property %S in %S"
(car x) name)
@ -326,7 +326,7 @@ The return value is undefined.
body)))
nil)
(t
(macroexp--warn-and-return
(macroexp-warn-and-return
(format-message "Unknown defun property `%S' in %S"
(car x) name)
nil)))))