changeset 27304:56086275e18d

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 12 Jan 2000 13:14:48 +0000
parents 6af9b684a1a0
children 4161adef5fd3
files lisp/ChangeLog
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jan 12 13:10:17 2000 +0000
+++ b/lisp/ChangeLog	Wed Jan 12 13:14:48 2000 +0000
@@ -1,3 +1,17 @@
+2000-01-12  Gerd Moellmann  <gerd@gnu.org>
+
+	* emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
+	eval-last-sexp.  Don't bind debug-on-error here.
+	(eval-last-sexp): New function.  Bind debug-on-error if
+	eval-expression-debug-on-error is non-nil.
+	(eval-defun-2, eval-defun): Likewise.
+
+	* simple.el (eval-expression): Don't bind debug-on-error if
+	eval-expression-debug-on-error is nil.  Detect changed
+	debug-on-error, and propagate new value to global binding, if
+	eval-expression-debug-on-error is non-nil,
+	(eval-expression-debug-on-error): Change doc string.
+	
 2000-01-11  Richard M. Stallman  <rms@caffeine.ai.mit.edu>
 
 	* emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.