# HG changeset patch # User Glenn Morris # Date 1190359033 0 # Node ID c793c21910879d3c69fb4160a983856ae3cc601b # Parent 246290585e1b4f7602c10636c5bcab82195a5828 (byte-compile-warning-types): Add mapcar and make-local. diff -r 246290585e1b -r c793c2191087 lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Fri Sep 21 07:13:28 2007 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Fri Sep 21 07:17:13 2007 +0000 @@ -341,7 +341,8 @@ (defconst byte-compile-warning-types '(redefine callargs free-vars unresolved - obsolete noruntime cl-functions interactive-only) + obsolete noruntime cl-functions interactive-only + make-local mapcar) "The list of warning types used when `byte-compile-warnings' is t.") (defcustom byte-compile-warnings t "*List of warnings that the byte-compiler should issue (t for all).