1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00

(USE_MAC_TSM) [TARGET_API_MAC_CARBON]: Set default to 1.

This commit is contained in:
YAMAMOTO Mitsuharu 2006-06-28 08:30:32 +00:00
parent 6704fec12c
commit bc0e841270

View File

@ -112,7 +112,7 @@ typedef unsigned long Time;
/* Whether to use Text Services Manager. */
#ifndef USE_MAC_TSM
#ifdef MAC_OSX
#if TARGET_API_MAC_CARBON
#define USE_MAC_TSM 1
#endif
#endif