mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(with-demoted-errors): Fix bug#54225
* lisp/subr.el (with-demoted-errors): Adjust to argument order of
`macroexp-warn-and-return` changed in f262a6af36.
This commit is contained in:
parent
b6587090bf
commit
dc8a692f97
1 changed files with 1 additions and 1 deletions
|
|
@ -4560,7 +4560,7 @@ but that should be robust in the unexpected case that an error is signaled."
|
|||
(if (eq orig-body body) exp
|
||||
;; The use without `format' is obsolete, let's warn when we bump
|
||||
;; into any such remaining uses.
|
||||
(macroexp-warn-and-return format "Missing format argument" exp))))
|
||||
(macroexp-warn-and-return "Missing format argument" exp nil nil format))))
|
||||
|
||||
(defmacro combine-after-change-calls (&rest body)
|
||||
"Execute BODY, but don't call the after-change functions till the end.
|
||||
|
|
|
|||
Loading…
Reference in a new issue