emacs-diffs
[Top][All Lists]
Advanced

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

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


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/macterm.c
Date: Mon, 06 Jun 2005 16:23:56 -0400

Index: emacs/src/macterm.c
diff -c emacs/src/macterm.c:1.116 emacs/src/macterm.c:1.117
*** emacs/src/macterm.c:1.116   Wed Jun  1 08:20:50 2005
--- emacs/src/macterm.c Mon Jun  6 20:23:56 2005
***************
*** 9890,9897 ****
  /***** Code to handle C-g testing  *****/
  
  /* Contains the Mac modifier formed from quit_char */
! static mac_quit_char_modifiers = 0;
! static mac_quit_char_keycode;
  extern int quit_char;
  
  static void
--- 9890,9897 ----
  /***** Code to handle C-g testing  *****/
  
  /* Contains the Mac modifier formed from quit_char */
! int mac_quit_char_modifiers = 0;
! int mac_quit_char_keycode;
  extern int quit_char;
  
  static void




reply via email to

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