/[emacs]/emacs/lisp/byte-run.el
ViewVC logotype

Diff of /emacs/lisp/byte-run.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by monnier, Thu Jun 1 04:58:04 2000 UTC revision 1.8.18.1 by miles, Fri Apr 4 06:20:00 2003 UTC
# Line 144  The result of the body appears to the co Line 144  The result of the body appears to the co
144  ;;   "Set some compilation-parameters for this file.  This will affect only the  ;;   "Set some compilation-parameters for this file.  This will affect only the
145  ;; file in which it appears; this does nothing when evaluated, and when loaded  ;; file in which it appears; this does nothing when evaluated, and when loaded
146  ;; from a .el file.  ;; from a .el file.
147  ;;  ;;
148  ;; Each argument to this macro must be a list of a key and a value.  ;; Each argument to this macro must be a list of a key and a value.
149  ;;  ;;
150  ;;   Keys:                Values:               Corresponding variable:  ;;   Keys:                Values:               Corresponding variable:
151  ;;  ;;
152  ;;   verbose      t, nil                byte-compile-verbose  ;;   verbose      t, nil                byte-compile-verbose
153  ;;   optimize     t, nil, source, byte  byte-compile-optimize  ;;   optimize     t, nil, source, byte  byte-compile-optimize
154  ;;   warnings     list of warnings      byte-compile-warnings  ;;   warnings     list of warnings      byte-compile-warnings
155  ;;                    Legal elements: (callargs redefine free-vars unresolved)  ;;                    Legal elements: (callargs redefine free-vars unresolved)
156  ;;   file-format          emacs18, emacs19      byte-compile-compatibility  ;;   file-format          emacs18, emacs19      byte-compile-compatibility
157  ;;  ;;
158  ;; For example, this might appear at the top of a source file:  ;; For example, this might appear at the top of a source file:
159  ;;  ;;
160  ;;     (byte-compiler-options  ;;     (byte-compiler-options
161  ;;       (optimize t)  ;;       (optimize t)
162  ;;       (warnings (- free-vars))               ; Don't warn about free variables  ;;       (warnings (- free-vars))               ; Don't warn about free variables

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.8.18.1

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26