]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix bug#71379
authorEshel Yaron <me@eshelyaron.com>
Wed, 5 Jun 2024 16:44:26 +0000 (18:44 +0200)
committerEshel Yaron <me@eshelyaron.com>
Wed, 5 Jun 2024 16:44:26 +0000 (18:44 +0200)
lisp/emacs-lisp/bytecomp.el

index 03cfbe6f4c91cc0d5efb20b66b24095ac976fced..07736fff0a0862390ba11bc31755bb8c474d83ea 100644 (file)
@@ -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