aboutsummaryrefslogtreecommitdiffstats
path: root/src/macterm.c
diff options
context:
space:
mode:
authorMiles Bader2005-06-09 07:13:03 +0000
committerMiles Bader2005-06-09 07:13:03 +0000
commitd113efea8e0a56aedd60615f5dc6669c72aca77f (patch)
treec51aa1cd5076acfc2391217b0d7dea96552011de /src/macterm.c
parent2435213ba6b74f7425e15b1f799c9ae18467e43d (diff)
parent47600d8e97925ed8816b099267e24f4ab3311e75 (diff)
downloademacs-d113efea8e0a56aedd60615f5dc6669c72aca77f.tar.gz
emacs-d113efea8e0a56aedd60615f5dc6669c72aca77f.zip
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-61
Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 353-357) - Update from CVS
Diffstat (limited to 'src/macterm.c')
-rw-r--r--src/macterm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/macterm.c b/src/macterm.c
index 13d8fb455d8..dd48d43a039 100644
--- a/src/macterm.c
+++ b/src/macterm.c
@@ -9916,8 +9916,8 @@ MakeMeTheFrontProcess ()
9916/***** Code to handle C-g testing *****/ 9916/***** Code to handle C-g testing *****/
9917 9917
9918/* Contains the Mac modifier formed from quit_char */ 9918/* Contains the Mac modifier formed from quit_char */
9919static mac_quit_char_modifiers = 0; 9919int mac_quit_char_modifiers = 0;
9920static mac_quit_char_keycode; 9920int mac_quit_char_keycode;
9921extern int quit_char; 9921extern int quit_char;
9922 9922
9923static void 9923static void