aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJan Djärv2005-06-06 20:23:56 +0000
committerJan Djärv2005-06-06 20:23:56 +0000
commit1b0fc0ce6165f2c61941bb429b032851219115e6 (patch)
tree4cc4a31e102b8a9d44752fa3badd94de0217ed63 /src
parent16d2e7043a77f41e4afbe4dfd98ba6414a479b52 (diff)
downloademacs-1b0fc0ce6165f2c61941bb429b032851219115e6.tar.gz
emacs-1b0fc0ce6165f2c61941bb429b032851219115e6.zip
* macterm.c: Make mac_quit_char_modifiers and mac_quit_char_keycode
non-static.
Diffstat (limited to 'src')
-rw-r--r--src/macterm.c4
1 files changed, 2 insertions, 2 deletions
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 ()
9890/***** Code to handle C-g testing *****/ 9890/***** Code to handle C-g testing *****/
9891 9891
9892/* Contains the Mac modifier formed from quit_char */ 9892/* Contains the Mac modifier formed from quit_char */
9893static mac_quit_char_modifiers = 0; 9893int mac_quit_char_modifiers = 0;
9894static mac_quit_char_keycode; 9894int mac_quit_char_keycode;
9895extern int quit_char; 9895extern int quit_char;
9896 9896
9897static void 9897static void