emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/keyboard.c [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c [lexbind]
Date: Tue, 06 Jul 2004 07:10:32 -0400

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.681.2.9 emacs/src/keyboard.c:1.681.2.10
*** emacs/src/keyboard.c:1.681.2.9      Tue Jul  6 09:14:35 2004
--- emacs/src/keyboard.c        Tue Jul  6 09:23:55 2004
***************
*** 117,122 ****
--- 117,124 ----
                           args points to slot holding list of
                           unevalled args */
      char evalargs;
+     /* Nonzero means call value of debugger when done with this operation. */
+     char debug_on_exit;
    };
  
  #ifdef MULTI_KBOARD
***************
*** 9675,9680 ****
--- 9677,9683 ----
        backtrace.args = &cmd;
        backtrace.nargs = 1;
        backtrace.evalargs = 0;
+       backtrace.debug_on_exit = 0;
  
        tem = Fcall_interactively (cmd, record_flag, keys);
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]