From: Gerd Moellmann Date: Sun, 19 Dec 1999 13:16:06 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~5666 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9e6985ed7adbf77e78d66bd89557ceb9c2aa343d;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1999adb40a0..744e6339332 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +1999-12-19 Gerd Moellmann + + * emacs-lisp/debug.el (debugger-continue): Don't continue if + debugger-may-continue is nil. + 1999-12-18 Dave Love * emacs-lisp/cl-macs.el: Remove conditional definition of diff --git a/src/ChangeLog b/src/ChangeLog index 4a3e51dcbd3..ecbcb8a0322 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,9 @@ +1999-12-19 Gerd Moellmann + + * eval.c (debugger_may_continue): New variable. + (syms_of_eval): Add a DEFVAR_BOOL for it. + (call_debugger): Bind it. + 1999-12-19 Eli Zaretskii * msdos.c (IT_set_face): Don't swap face colors when highlight or