/[emacs]/emacs/src/keyboard.c
ViewVC logotype

Diff of /emacs/src/keyboard.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.681.2.9 by miles, Tue Jul 6 09:14:35 2004 UTC revision 1.681.2.10 by miles, Tue Jul 6 09:23:55 2004 UTC
# Line 117  struct backtrace Line 117  struct backtrace
117                             args points to slot holding list of                             args points to slot holding list of
118                             unevalled args */                             unevalled args */
119      char evalargs;      char evalargs;
120        /* Nonzero means call value of debugger when done with this operation. */
121        char debug_on_exit;
122    };    };
123    
124  #ifdef MULTI_KBOARD  #ifdef MULTI_KBOARD
# Line 9675  a special event, so ignore the prefix ar Line 9677  a special event, so ignore the prefix ar
9677        backtrace.args = &cmd;        backtrace.args = &cmd;
9678        backtrace.nargs = 1;        backtrace.nargs = 1;
9679        backtrace.evalargs = 0;        backtrace.evalargs = 0;
9680          backtrace.debug_on_exit = 0;
9681    
9682        tem = Fcall_interactively (cmd, record_flag, keys);        tem = Fcall_interactively (cmd, record_flag, keys);
9683    

Legend:
Removed from v.1.681.2.9  
changed lines
  Added in v.1.681.2.10

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26