]> git.eshelyaron.com Git - emacs.git/commit
Allow suppressing messages about the wrong number of arguments
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 22 May 2022 18:06:24 +0000 (20:06 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 22 May 2022 18:07:22 +0000 (20:07 +0200)
commita0524584e93a66278dcf7bb998398f7484f9e8b5
tree410bf5d0418e4878f38d84c96c483d163cfa69d6
parentb2a5bf142fb25094ff623dc93d2ce916aee3d971
Allow suppressing messages about the wrong number of arguments

* lisp/emacs-lisp/byte-run.el (with-suppressed-warnings): Add
`wrong-args'.
* lisp/emacs-lisp/bytecomp.el (byte-compile-emit-callargs-warn)
(byte-compile-subr-wrong-args): Allow suppressing wrong number of
arguments.
lisp/emacs-lisp/byte-run.el
lisp/emacs-lisp/bytecomp.el