# HG changeset patch # User Jim Blandy # Date 712990902 0 # Node ID 7a14bb062617d02a24aae2e8963beed8c0d147f7 # Parent 0f082d63bfd64f29389352e824bed90a498f2ea7 *** empty log message *** diff -r 0f082d63bfd6 -r 7a14bb062617 lisp/emacs-lisp/bytecomp.el --- a/lisp/emacs-lisp/bytecomp.el Wed Aug 05 01:10:28 1992 +0000 +++ b/lisp/emacs-lisp/bytecomp.el Wed Aug 05 05:01:42 1992 +0000 @@ -242,8 +242,7 @@ of `message.'") (defconst byte-compile-warning-types '(redefine callargs free-vars unresolved)) -(defvar byte-compile-warnings (if noninteractive nil - (delq 'free-vars byte-compile-warning-types)) +(defvar byte-compile-warnings (not noninteractive) "*List of warnings that the byte-compiler should issue (t for all). Valid elements of this list are: `free-vars' (references to variables not in the