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

Diff of /emacs/src/macterm.c

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

revision 1.46 by jasonr, Wed Jun 4 22:03:44 2003 UTC revision 1.47 by monnier, Sun Jun 15 20:59:24 2003 UTC
# Line 8594  mac_check_for_quit_char () Line 8594  mac_check_for_quit_char ()
8594        struct mac_output *mwp =        struct mac_output *mwp =
8595          (mac_output *) GetWRefCon (FrontNonFloatingWindow ());          (mac_output *) GetWRefCon (FrontNonFloatingWindow ());
8596        /* Use an input_event to emulate what the interrupt handler does. */        /* Use an input_event to emulate what the interrupt handler does. */
8597          EVENT_INIT (e);
8598        e.kind = ASCII_KEYSTROKE_EVENT;        e.kind = ASCII_KEYSTROKE_EVENT;
8599        e.code = quit_char;        e.code = quit_char;
8600        e.arg = NULL;        e.arg = NULL;

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

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