[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/bytecomp.el
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/emacs-lisp/bytecomp.el |
Date: |
Sun, 08 Sep 2002 20:28:25 -0400 |
Index: emacs/lisp/emacs-lisp/bytecomp.el
diff -c emacs/lisp/emacs-lisp/bytecomp.el:2.111
emacs/lisp/emacs-lisp/bytecomp.el:2.112
*** emacs/lisp/emacs-lisp/bytecomp.el:2.111 Thu Aug 29 13:26:47 2002
--- emacs/lisp/emacs-lisp/bytecomp.el Sun Sep 8 20:28:24 2002
***************
*** 10,16 ****
;;; This version incorporates changes up to version 2.10 of the
;;; Zawinski-Furuseth compiler.
! (defconst byte-compile-version "$Revision: 2.111 $")
;; This file is part of GNU Emacs.
--- 10,16 ----
;;; This version incorporates changes up to version 2.10 of the
;;; Zawinski-Furuseth compiler.
! (defconst byte-compile-version "$Revision: 2.112 $")
;; This file is part of GNU Emacs.
***************
*** 274,280 ****
(const :tag "source-level" source)
(const :tag "byte-level" byte)))
! (defcustom byte-compile-delete-errors t
"*If non-nil, the optimizer may delete forms that may signal an error.
This includes variable references and calls to functions such as `car'."
:group 'bytecomp
--- 274,280 ----
(const :tag "source-level" source)
(const :tag "byte-level" byte)))
! (defcustom byte-compile-delete-errors nil
"*If non-nil, the optimizer may delete forms that may signal an error.
This includes variable references and calls to functions such as `car'."
:group 'bytecomp
- [Emacs-diffs] Changes to emacs/lisp/emacs-lisp/bytecomp.el,
Richard M. Stallman <=