From 5af47e93a2bb05fc5a1a70db47981f1fea3976b8 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 29 Sep 2002 18:24:24 +0000 Subject: [PATCH] (byte-compile-delete-errors): Default to nil. --- lisp/emacs-lisp/bytecomp.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 7e6fbeea10c..885394e72d4 100644 --- a/lisp/emacs-lisp/bytecomp.el +++ b/lisp/emacs-lisp/bytecomp.el @@ -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 -- 2.39.2