]> git.eshelyaron.com Git - emacs.git/commitdiff
* macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 6 Jun 2005 20:23:56 +0000 (20:23 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 6 Jun 2005 20:23:56 +0000 (20:23 +0000)
 non-static.

src/macterm.c

index 6ebaa39437bf7b6a64cfc2bd6d79284ae4d61ddf..093b60a639ae3137c5796b2255ad2863a70906d0 100644 (file)
@@ -9890,8 +9890,8 @@ MakeMeTheFrontProcess ()
 /***** 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;
+int mac_quit_char_modifiers = 0;
+int mac_quit_char_keycode;
 extern int quit_char;
 
 static void