Mercurial > emacs
comparison src/s/aix3-2-5.h @ 14714:c270d3de1ff2
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 28 Feb 1996 21:34:25 +0000 |
parents | ce32f656d8b2 |
children | 004a081ecdef |
comparison
equal
deleted
inserted
replaced
14713:21afbe61f153 | 14714:c270d3de1ff2 |
---|---|
22 #undef sigmask | 22 #undef sigmask |
23 #undef sigsetmask | 23 #undef sigsetmask |
24 #undef _setjmp | 24 #undef _setjmp |
25 #undef _longjmp | 25 #undef _longjmp |
26 | 26 |
27 /* The character-composition stuff is broken in X11R5. */ | 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. */ | |
28 #define X11R5_INHIBIT_I18N | 32 #define X11R5_INHIBIT_I18N |
29 | 33 |
30 /* Bill Woodward <wpwood@austin.ibm.com> says: | 34 /* Bill Woodward <wpwood@austin.ibm.com> says: |
31 libIM *must* precede libXm, to avoid getting aixLoadIM error messages. */ | 35 libIM *must* precede libXm, to avoid getting aixLoadIM error messages. */ |
32 #define LIB_MOTIF -lIM -lXm | 36 #define LIB_MOTIF -lIM -lXm |