1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-03 08:30:09 +00:00

* macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode

non-static.
This commit is contained in:
Jan Djärv 2005-06-06 20:23:56 +00:00
parent 16d2e7043a
commit 1b0fc0ce61

View 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