emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/byte-run.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/byte-run.el
Date: Tue, 04 Feb 2003 06:02:04 -0500

Index: emacs/lisp/byte-run.el
diff -c emacs/lisp/byte-run.el:1.8 emacs/lisp/byte-run.el:1.9
*** emacs/lisp/byte-run.el:1.8  Thu Jun  1 00:58:04 2000
--- emacs/lisp/byte-run.el      Tue Feb  4 06:02:03 2003
***************
*** 144,162 ****
  ;;   "Set some compilation-parameters for this file.  This will affect only 
the
  ;; file in which it appears; this does nothing when evaluated, and when loaded
  ;; from a .el file.
! ;; 
  ;; Each argument to this macro must be a list of a key and a value.
! ;; 
  ;;   Keys:              Values:               Corresponding variable:
! ;; 
  ;;   verbose    t, nil                byte-compile-verbose
  ;;   optimize   t, nil, source, byte  byte-compile-optimize
  ;;   warnings   list of warnings      byte-compile-warnings
  ;;                  Legal elements: (callargs redefine free-vars unresolved)
  ;;   file-format        emacs18, emacs19      byte-compile-compatibility
! ;; 
  ;; For example, this might appear at the top of a source file:
! ;; 
  ;;     (byte-compiler-options
  ;;       (optimize t)
  ;;       (warnings (- free-vars))             ; Don't warn about free 
variables
--- 144,162 ----
  ;;   "Set some compilation-parameters for this file.  This will affect only 
the
  ;; file in which it appears; this does nothing when evaluated, and when loaded
  ;; from a .el file.
! ;;
  ;; Each argument to this macro must be a list of a key and a value.
! ;;
  ;;   Keys:              Values:               Corresponding variable:
! ;;
  ;;   verbose    t, nil                byte-compile-verbose
  ;;   optimize   t, nil, source, byte  byte-compile-optimize
  ;;   warnings   list of warnings      byte-compile-warnings
  ;;                  Legal elements: (callargs redefine free-vars unresolved)
  ;;   file-format        emacs18, emacs19      byte-compile-compatibility
! ;;
  ;; For example, this might appear at the top of a source file:
! ;;
  ;;     (byte-compiler-options
  ;;       (optimize t)
  ;;       (warnings (- free-vars))             ; Don't warn about free 
variables




reply via email to

[Prev in Thread] Current Thread [Next in Thread]