diff options
author | Andrea Corallo <akrl@sdf.org> | 2020-05-09 20:04:41 +0100 |
---|---|---|
committer | Andrea Corallo <akrl@sdf.org> | 2020-05-09 20:04:41 +0100 |
commit | bc50c0c57eca22cb290465ae5df93d48326eeb05 (patch) | |
tree | ee2d35699a5307cf43c03c7788bac8b637db0174 /lisp/emacs-lisp/byte-run.el | |
parent | bd8be64ce3f314c152d009f5bf88bcfadf6daef7 (diff) | |
parent | 9d8fc3a598090da518fcdd5c0503ed0f7faa41a9 (diff) | |
download | emacs-bc50c0c57eca22cb290465ae5df93d48326eeb05.tar.gz emacs-bc50c0c57eca22cb290465ae5df93d48326eeb05.tar.bz2 emacs-bc50c0c57eca22cb290465ae5df93d48326eeb05.zip |
Merge remote-tracking branch 'savannah/master' into HEAD
Diffstat (limited to 'lisp/emacs-lisp/byte-run.el')
-rw-r--r-- | lisp/emacs-lisp/byte-run.el | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lisp/emacs-lisp/byte-run.el b/lisp/emacs-lisp/byte-run.el index fa769adb061..88e21b73fed 100644 --- a/lisp/emacs-lisp/byte-run.el +++ b/lisp/emacs-lisp/byte-run.el @@ -536,11 +536,12 @@ wrong number of parameters, say (zot 1 2)) The warnings that can be suppressed are a subset of the warnings -in `byte-compile-warning-types'; see this variable for a fuller -explanation of the warning types. The types that can be -suppressed with this macro are `free-vars', `callargs', -`redefine', `obsolete', `interactive-only', `lexical', `mapcar', -`constants' and `suspicious'. +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', +`interactive-only', `lexical', `mapcar', `constants' and +`suspicious'. For the `mapcar' case, only the `mapcar' function can be used in the symbol list. For `suspicious', only `set-buffer' can be used." |