mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 22:41:06 -08:00
Fix previous warning suppression change
* lisp/emacs-lisp/bytecomp.el (byte-compile-emit-callargs-warn) (byte-compile-subr-wrong-args): * lisp/emacs-lisp/byte-run.el (with-suppressed-warnings): * lisp/cedet/semantic/fw.el (semantic-install-function-overrides): The `wrong-args' warning is really called `callargs'.
This commit is contained in:
parent
3f746d44de
commit
f14f6180b7
3 changed files with 4 additions and 4 deletions
|
|
@ -637,7 +637,7 @@ The warnings that can be suppressed are a subset of the warnings
|
|||
in `byte-compile-warning-types'; see the variable
|
||||
`byte-compile-warnings' for a fuller explanation of the warning
|
||||
types. The types that can be suppressed with this macro are
|
||||
`free-vars', `callargs', `redefine', `obsolete', `wrong-args',
|
||||
`free-vars', `callargs', `redefine', `obsolete',
|
||||
`interactive-only', `lexical', `mapcar', `constants' and
|
||||
`suspicious'.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue