aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-01-12 13:14:48 +0000
committerGerd Moellmann2000-01-12 13:14:48 +0000
commit99c6d63bb2f002da2a450dc6c1014c3e5fdc8577 (patch)
tree40a163177d9c8899d94d21371ffa48dfc9e5c306 /lisp/ChangeLog
parented8bcabea8346bcabb6b6891582721b8544a83df (diff)
downloademacs-99c6d63bb2f002da2a450dc6c1014c3e5fdc8577.tar.gz
emacs-99c6d63bb2f002da2a450dc6c1014c3e5fdc8577.zip
(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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e9c8de220f0..d9fc7693054 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,17 @@
12000-01-12 Gerd Moellmann <gerd@gnu.org>
2
3 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
4 eval-last-sexp. Don't bind debug-on-error here.
5 (eval-last-sexp): New function. Bind debug-on-error if
6 eval-expression-debug-on-error is non-nil.
7 (eval-defun-2, eval-defun): Likewise.
8
9 * simple.el (eval-expression): Don't bind debug-on-error if
10 eval-expression-debug-on-error is nil. Detect changed
11 debug-on-error, and propagate new value to global binding, if
12 eval-expression-debug-on-error is non-nil,
13 (eval-expression-debug-on-error): Change doc string.
14
12000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu> 152000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu>
2 16
3 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec. 17 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.