emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master d1a2c2edc2c: ; * lisp/subr.el (with-demoted-errors): warning mess


From: Mattias Engdegård
Subject: master d1a2c2edc2c: ; * lisp/subr.el (with-demoted-errors): warning message typo
Date: Mon, 10 Jul 2023 11:42:27 -0400 (EDT)

branch: master
commit d1a2c2edc2c15d9018c143ad3f9c1131e0dfd5dd
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * lisp/subr.el (with-demoted-errors): warning message typo
---
 lisp/subr.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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."
       ;; 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-demoted-errors'")
        exp nil nil
        orig-format))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]