From 9e6985ed7adbf77e78d66bd89557ceb9c2aa343d Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sun, 19 Dec 1999 13:16:06 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 5 +++++ src/ChangeLog | 6 ++++++ 2 files changed, 11 insertions(+) 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 -- 2.39.5