Mercurial > hg > xemacs-beta
comparison lisp/bytecomp/bytecomp-runtime.el @ 108:360340f9fd5f r20-1b6
Import from CVS: tag r20-1b6
| author | cvs |
|---|---|
| date | Mon, 13 Aug 2007 09:18:39 +0200 |
| parents | 0d2f883870bc |
| children | 538048ae2ab8 |
comparison
equal
deleted
inserted
replaced
| 107:523141596bda | 108:360340f9fd5f |
|---|---|
| 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 emacs19, emacs20 byte-compile-emacs19-compatibility | 198 file-format emacs19, emacs20 byte-compile-emacs19-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. |
