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


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/keyboard.c
Date: Fri, 04 Apr 2003 01:23:51 -0500

Index: emacs/src/keyboard.c
diff -c emacs/src/keyboard.c:1.731 emacs/src/keyboard.c:1.732
*** emacs/src/keyboard.c:1.731  Fri Mar 21 08:49:39 2003
--- emacs/src/keyboard.c        Mon Mar 24 14:59:08 2003
***************
*** 10584,10589 ****
--- 10584,10594 ----
    poll_suppress_count = 1;
    start_polling ();
  #endif
+ 
+ #ifdef MAC_OSX
+   /* At least provide an escape route since C-g doesn't work.  */
+   signal (SIGINT, interrupt_signal);
+ #endif
  }
  
  /* This type's only use is in syms_of_keyboard, to initialize the




reply via email to

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