aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJim Blandy1992-08-05 05:01:42 +0000
committerJim Blandy1992-08-05 05:01:42 +0000
commit73a73a38768b279ee200208ae7ec9c2db60b080b (patch)
treec12c203e97c55b13eab54c272ff0dc34f2071f37
parentdf8a44dd8a72d29cb0daff4913bf5868ba955b6f (diff)
downloademacs-73a73a38768b279ee200208ae7ec9c2db60b080b.tar.gz
emacs-73a73a38768b279ee200208ae7ec9c2db60b080b.zip
*** empty log message ***
-rw-r--r--lisp/emacs-lisp/bytecomp.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el
index f9bbf4d6464..e878f5dea5f 100644
--- a/lisp/emacs-lisp/bytecomp.el
+++ b/lisp/emacs-lisp/bytecomp.el
@@ -242,8 +242,7 @@ If it is 'byte, then only byte-level optimizations will be logged.")
242of `message.'") 242of `message.'")
243 243
244(defconst byte-compile-warning-types '(redefine callargs free-vars unresolved)) 244(defconst byte-compile-warning-types '(redefine callargs free-vars unresolved))
245(defvar byte-compile-warnings (if noninteractive nil 245(defvar byte-compile-warnings (not noninteractive)
246 (delq 'free-vars byte-compile-warning-types))
247 "*List of warnings that the byte-compiler should issue (t for all). 246 "*List of warnings that the byte-compiler should issue (t for all).
248Valid elements of this list are: 247Valid elements of this list are:
249`free-vars' (references to variables not in the 248`free-vars' (references to variables not in the