From: Eshel Yaron Date: Wed, 5 Jun 2024 16:44:26 +0000 (+0200) Subject: Fix bug#71379 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b33ab9f161e428d8d04aab5893cbe2bf030ce0b;p=emacs.git Fix bug#71379 --- diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 03cfbe6f4c9..07736fff0a0 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -1643,7 +1643,7 @@ extra args." nargs (if (= nargs 1) "" "s") nfields (if (= nfields 1) "" "s")))))) -(dolist (elt '(format message format-message error)) +(dolist (elt '(format message format-message error user-error)) (put elt 'byte-compile-format-like t)) ;; Warn if the function or macro is being redefined with a different