mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 06:20:43 -08:00
* lisp/emacs-lisp/bytecomp.el (format-message): Warn on bad arity.
This commit is contained in:
parent
2a85d7a07c
commit
bcaa63ac50
1 changed files with 1 additions and 1 deletions
|
|
@ -1575,7 +1575,7 @@ extra args."
|
||||||
"`%s' called with %d args to fill %d format field(s)" (car form)
|
"`%s' called with %d args to fill %d format field(s)" (car form)
|
||||||
nargs nfields)))))
|
nargs nfields)))))
|
||||||
|
|
||||||
(dolist (elt '(format message error))
|
(dolist (elt '(format message format-message error))
|
||||||
(put elt 'byte-compile-format-like t))
|
(put elt 'byte-compile-format-like t))
|
||||||
|
|
||||||
(defun byte-compile--suspicious-defcustom-choice (type)
|
(defun byte-compile--suspicious-defcustom-choice (type)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue