]> git.eshelyaron.com Git - emacs.git/commitdiff
(byte-compile-delete-errors): Default to nil.
authorRichard M. Stallman <rms@gnu.org>
Sun, 29 Sep 2002 18:24:24 +0000 (18:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 29 Sep 2002 18:24:24 +0000 (18:24 +0000)
lisp/emacs-lisp/bytecomp.el

index 7e6fbeea10cbb24d12cbae5c9e4dfc15dfffd759..885394e72d4ad20cb66affe13c3b91cf2c0166fa 100644 (file)
@@ -10,7 +10,7 @@
 
 ;;; This version incorporates changes up to version 2.10 of the
 ;;; Zawinski-Furuseth compiler.
-(defconst byte-compile-version "$Revision: 2.84 $")
+(defconst byte-compile-version "$Revision: 2.85 $")
 
 ;; This file is part of GNU Emacs.
 
@@ -274,7 +274,7 @@ t means do all optimizations.
                 (const :tag "source-level" source)
                 (const :tag "byte-level" byte)))
 
-(defcustom byte-compile-delete-errors t
+(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