aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1996-03-17 18:04:54 +0000
committerRichard M. Stallman1996-03-17 18:04:54 +0000
commitb5478d5e8d01bf089b3d1f8d6af8125f660c9cd8 (patch)
treeecc31aba45892632f0f8dbaf7bd92df85ef2d53a /src
parentcb1d4a5391d02231f1444a467d6b8121db4c7572 (diff)
downloademacs-b5478d5e8d01bf089b3d1f8d6af8125f660c9cd8.tar.gz
emacs-b5478d5e8d01bf089b3d1f8d6af8125f660c9cd8.zip
(X11R5_INHIBIT_I18N): Definition moved to aix3-2.h.
Diffstat (limited to 'src')
-rw-r--r--src/s/aix3-2-5.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/s/aix3-2-5.h b/src/s/aix3-2-5.h
index e0bd59914ce..7490b27abd9 100644
--- a/src/s/aix3-2-5.h
+++ b/src/s/aix3-2-5.h
@@ -24,13 +24,6 @@
24#undef _setjmp 24#undef _setjmp
25#undef _longjmp 25#undef _longjmp
26 26
27/* The character-composition stuff is broken in X11R5.
28 Even with XIMStatusNothing aliased to XIMStatusNone,
29 tranle@intellicorp.com (Minh Tran-Le) reports that enabling
30 the internationalization code causes the modifier keys C, M and Shift
31 to beep after a mouse click. */
32#define X11R5_INHIBIT_I18N
33
34/* Bill Woodward <wpwood@austin.ibm.com> says: 27/* Bill Woodward <wpwood@austin.ibm.com> says:
35 libIM *must* precede libXm, to avoid getting aixLoadIM error messages. */ 28 libIM *must* precede libXm, to avoid getting aixLoadIM error messages. */
36#define LIB_MOTIF -lIM -lXm 29#define LIB_MOTIF -lIM -lXm