Mercurial > emacs
changeset 938:7a14bb062617
*** empty log message ***
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Wed, 05 Aug 1992 05:01:42 +0000 |
parents | 0f082d63bfd6 |
children | c4dcdc9aed70 |
files | lisp/emacs-lisp/bytecomp.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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