diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 14 |
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 @@ | |||
| 1 | 2000-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 | |||
| 1 | 2000-01-11 Richard M. Stallman <rms@caffeine.ai.mit.edu> | 15 | 2000-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. |