diff options
| author | Miles Bader | 2005-06-09 07:13:03 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-06-09 07:13:03 +0000 |
| commit | d113efea8e0a56aedd60615f5dc6669c72aca77f (patch) | |
| tree | c51aa1cd5076acfc2391217b0d7dea96552011de /src/macterm.c | |
| parent | 2435213ba6b74f7425e15b1f799c9ae18467e43d (diff) | |
| parent | 47600d8e97925ed8816b099267e24f4ab3311e75 (diff) | |
| download | emacs-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.c | 4 |
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 */ |
| 9919 | static mac_quit_char_modifiers = 0; | 9919 | int mac_quit_char_modifiers = 0; |
| 9920 | static mac_quit_char_keycode; | 9920 | int mac_quit_char_keycode; |
| 9921 | extern int quit_char; | 9921 | extern int quit_char; |
| 9922 | 9922 | ||
| 9923 | static void | 9923 | static void |