diff options
| author | Richard M. Stallman | 1996-03-17 18:04:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-03-17 18:04:33 +0000 |
| commit | cb1d4a5391d02231f1444a467d6b8121db4c7572 (patch) | |
| tree | 6325bc89f6ecfdd0b5cd5e107463263bf656c51a /src | |
| parent | 1bb079758049f6aed07188f12917a2846e8da586 (diff) | |
| download | emacs-cb1d4a5391d02231f1444a467d6b8121db4c7572.tar.gz emacs-cb1d4a5391d02231f1444a467d6b8121db4c7572.zip | |
(X11R5_INHIBIT_I18N): Definition moved here.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/aix3-2.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/s/aix3-2.h b/src/s/aix3-2.h index 8ed99d99e4d..2073ccf928d 100644 --- a/src/s/aix3-2.h +++ b/src/s/aix3-2.h | |||
| @@ -40,3 +40,10 @@ | |||
| 40 | #define C_SWITCH_DEBUG -g | 40 | #define C_SWITCH_DEBUG -g |
| 41 | #define C_SWITCH_OPTIMIZE | 41 | #define C_SWITCH_OPTIMIZE |
| 42 | #endif | 42 | #endif |
| 43 | |||
| 44 | /* The character-composition stuff is broken in X11R5. | ||
| 45 | Even with XIMStatusNothing aliased to XIMStatusNone, | ||
| 46 | tranle@intellicorp.com (Minh Tran-Le) reports that enabling | ||
| 47 | the internationalization code causes the modifier keys C, M and Shift | ||
| 48 | to beep after a mouse click. */ | ||
| 49 | #define X11R5_INHIBIT_I18N | ||