Mercurial > hg > xemacs-beta
comparison lisp/bytecomp/bytecomp-runtime.el @ 30:ec9a17fef872 r19-15b98
Import from CVS: tag r19-15b98
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:52:29 +0200 |
parents | 8fc7fe29b841 |
children | 131b0175ea99 |
comparison
equal
deleted
inserted
replaced
29:7976500f47f9 | 30:ec9a17fef872 |
---|---|
195 verbose t, nil byte-compile-verbose | 195 verbose t, nil byte-compile-verbose |
196 optimize t, nil, source, byte byte-optimize | 196 optimize t, nil, source, byte byte-optimize |
197 warnings list of warnings byte-compile-warnings | 197 warnings list of warnings byte-compile-warnings |
198 file-format emacs18, emacs19 byte-compile-emacs18-compatibility | 198 file-format emacs18, emacs19 byte-compile-emacs18-compatibility |
199 | 199 |
200 The value specificed with the `warnings' option must be a list, containing | 200 The value specified with the `warnings' option must be a list, containing |
201 some subset of the following flags: | 201 some subset of the following flags: |
202 | 202 |
203 free-vars references to variables not in the current lexical scope. | 203 free-vars references to variables not in the current lexical scope. |
204 unused-vars references to non-global variables bound but not referenced. | 204 unused-vars references to non-global variables bound but not referenced. |
205 unresolved calls to unknown functions. | 205 unresolved calls to unknown functions. |