aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-03-17 18:04:33 +0000
committerRichard M. Stallman1996-03-17 18:04:33 +0000
commitcb1d4a5391d02231f1444a467d6b8121db4c7572 (patch)
tree6325bc89f6ecfdd0b5cd5e107463263bf656c51a /src
parent1bb079758049f6aed07188f12917a2846e8da586 (diff)
downloademacs-cb1d4a5391d02231f1444a467d6b8121db4c7572.tar.gz
emacs-cb1d4a5391d02231f1444a467d6b8121db4c7572.zip
(X11R5_INHIBIT_I18N): Definition moved here.
Diffstat (limited to 'src')
-rw-r--r--src/s/aix3-2.h7
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