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:
parent
16d2e7043a
commit
1b0fc0ce61
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user