diff options
| author | Mattias EngdegÄrd | 2023-07-10 16:31:28 +0200 |
|---|---|---|
| committer | Mattias EngdegÄrd | 2023-07-10 17:42:14 +0200 |
| commit | d1a2c2edc2c15d9018c143ad3f9c1131e0dfd5dd (patch) | |
| tree | 71006c0491970ba68c9abf7c1ddc9bd3b2309512 | |
| parent | b56f46c9deeb782297695e39baf8f3c65c85281b (diff) | |
| download | emacs-d1a2c2edc2c15d9018c143ad3f9c1131e0dfd5dd.tar.gz emacs-d1a2c2edc2c15d9018c143ad3f9c1131e0dfd5dd.zip | |
; * lisp/subr.el (with-demoted-errors): warning message typo
| -rw-r--r-- | lisp/subr.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/subr.el b/lisp/subr.el index 483083b29c3..fac5fd58092 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -5018,7 +5018,7 @@ but that should be robust in the unexpected case that an error is signaled." | |||
| 5018 | ;; The use without `format' is obsolete, let's warn when we bump | 5018 | ;; The use without `format' is obsolete, let's warn when we bump |
| 5019 | ;; into any such remaining uses. | 5019 | ;; into any such remaining uses. |
| 5020 | (macroexp-warn-and-return | 5020 | (macroexp-warn-and-return |
| 5021 | (format-message "Missing format argument in `with-demote-errors'") | 5021 | (format-message "Missing format argument in `with-demoted-errors'") |
| 5022 | exp nil nil | 5022 | exp nil nil |
| 5023 | orig-format)))) | 5023 | orig-format)))) |
| 5024 | 5024 | ||