projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b56f46c
)
; * lisp/subr.el (with-demoted-errors): warning message typo
author
Mattias Engdegård
<mattiase@acm.org>
Mon, 10 Jul 2023 14:31:28 +0000
(16:31 +0200)
committer
Mattias Engdegård
<mattiase@acm.org>
Mon, 10 Jul 2023 15:42:14 +0000
(17:42 +0200)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 483083b29c38aec51fa9232bc3513eb07414b44e..fac5fd58092cc27ff54b3e468977f678c8bce9e8 100644
(file)
--- 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."
;; The use without `format' is obsolete, let's warn when we bump
;; into any such remaining uses.
(macroexp-warn-and-return
- (format-message "Missing format argument in `with-demote-errors'")
+ (format-message "Missing format argument in `with-demote
d
-errors'")
exp nil nil
orig-format))))