changeset 84747:c793c2191087

(byte-compile-warning-types): Add mapcar and make-local.
author Glenn Morris <rgm@gnu.org>
date Fri, 21 Sep 2007 07:17:13 +0000
parents 246290585e1b
children 2500fa182802
files lisp/emacs-lisp/bytecomp.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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).