]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_eval): Initialize debug_may_continue.
authorGerd Moellmann <gerd@gnu.org>
Wed, 29 Dec 1999 10:41:49 +0000 (10:41 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 29 Dec 1999 10:41:49 +0000 (10:41 +0000)
src/ChangeLog
src/eval.c

index c80c48f0897f3503b2062efb3ba699ba2d0ba6ae..efb282dbbab62ac0700aac370b293139359d1054 100644 (file)
@@ -1,3 +1,7 @@
+1999-12-29  Gerd Moellmann  <gerd@gnu.org>
+
+       * eval.c (syms_of_eval): Initialize debugger_may_continue.
+
 1999-12-29  Kenichi Handa  <handa@etl.go.jp>
 
        * process.c (read_process_output): Fix the args CHARPOS and LENINS
index 7fd655bb8bdcf6d1160edf8e039d0183699638df..1ae15218fd920f017b37d8bb6d66d8b590243d87 100644 (file)
@@ -3058,6 +3058,7 @@ Does not apply if quit is handled by a `condition-case'.");
     "Non-nil means debugger may continue execution.\n\
 This is nil when the debugger is called under circumstances where it\n\
 might not be safe to continue.");
+  debugger_may_continue = 1;
 
   DEFVAR_LISP ("debugger", &Vdebugger,
     "Function to call to invoke debugger.\n\