From cd91e34cb48cabe2a3e9a295a9f5eaf3b9e298d0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 9 Sep 2002 00:28:38 +0000 Subject: [PATCH] (byte-compile-delete-errors): Default to nil. --- lisp/ChangeLog | 20 ++++++++++++++++++++ lisp/emacs-lisp/bytecomp.el | 4 ++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ac5973f7ba8..da856914d32 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,23 @@ +2002-09-08 Richard M. Stallman + + * emacs-lisp/bytecomp.el (byte-compile-delete-errors): Default to nil. + + * simple.el (undo-elt-in-region): Fix one-off error at END. + (forward-visible-line): Handle invisibility by ignoring + invisible newlines. Also include entire invisible lines beyond + the stopping point. + + * cus-edit.el (custom-save-variables, custom-save-faces): + Clarify the comments written into .emacs. + +2002-09-08 Markus Triska + + * play/doctor.el (doctor-doc): Recognize question words + and use qlist. Use doctor-shorten's return value. + (doctor-shorten): Compute a return value, don't alter `sent'. + (doctor-hates1): Add a question mark. + (doctor-strangelove): Unused function deleted. + 2002-09-08 Kim F. Storm * kmacro.el (kmacro-end-and-call-macro): New command to end and diff --git a/lisp/emacs-lisp/bytecomp.el b/lisp/emacs-lisp/bytecomp.el index 4e48a17023d..e83f07a4d3c 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.110 $") +(defconst byte-compile-version "$Revision: 2.111 $") ;; 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.5