diff options
| author | Miles Bader | 2008-04-05 23:01:26 +0000 |
|---|---|---|
| committer | Miles Bader | 2008-04-05 23:01:26 +0000 |
| commit | 5bc6ddff00c50acf546530ef0e08a27140614d27 (patch) | |
| tree | 22f92034de583fe3df108e166385e30220b426fe /src/mac.c | |
| parent | d8c852509f6218db43e5f2ca8baace02d4fa1294 (diff) | |
| parent | 37128b5497b54367b25ed149ead91821adc65876 (diff) | |
| download | emacs-5bc6ddff00c50acf546530ef0e08a27140614d27.tar.gz emacs-5bc6ddff00c50acf546530ef0e08a27140614d27.zip | |
Merge from emacs--rel--22
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1107
Diffstat (limited to 'src/mac.c')
| -rw-r--r-- | src/mac.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -79,7 +79,7 @@ static ComponentInstance as_scripting_component; | |||
| 79 | /* The single script context used for all script executions. */ | 79 | /* The single script context used for all script executions. */ |
| 80 | static OSAID as_script_context; | 80 | static OSAID as_script_context; |
| 81 | 81 | ||
| 82 | #ifndef MAC_OS_X | 82 | #ifndef MAC_OSX |
| 83 | #if TARGET_API_MAC_CARBON | 83 | #if TARGET_API_MAC_CARBON |
| 84 | static int wakeup_from_rne_enabled_p = 0; | 84 | static int wakeup_from_rne_enabled_p = 0; |
| 85 | #define ENABLE_WAKEUP_FROM_RNE (wakeup_from_rne_enabled_p = 1) | 85 | #define ENABLE_WAKEUP_FROM_RNE (wakeup_from_rne_enabled_p = 1) |