# HG changeset patch # User Gerd Moellmann # Date 947682888 0 # Node ID 56086275e18d8252b31654ed8beedfc59cb6c3f2 # Parent 6af9b684a1a0de715daa06b9519b1e7917565126 *** empty log message *** diff -r 6af9b684a1a0 -r 56086275e18d lisp/ChangeLog --- 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 + + * 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 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.