From: Jan Djärv Date: Mon, 6 Jun 2005 20:23:56 +0000 (+0000) Subject: * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode X-Git-Tag: emacs-pretest-22.0.90~9233 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1b0fc0ce6165f2c61941bb429b032851219115e6;p=emacs.git * macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode non-static. --- diff --git a/src/macterm.c b/src/macterm.c index 6ebaa39437b..093b60a639a 100644 --- a/src/macterm.c +++ b/src/macterm.c @@ -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