diff options
| author | Richard M. Stallman | 1996-03-04 02:19:51 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-03-04 02:19:51 +0000 |
| commit | f46cc152ae576c3fd2be121d4a87b7d77ee7585a (patch) | |
| tree | 523bd394d09ad2092be69767bb61ee0e7a315527 /src | |
| parent | 3e2b8c1cf5adb08906687ab7e02ba8c790dfc2a1 (diff) | |
| download | emacs-f46cc152ae576c3fd2be121d4a87b7d77ee7585a.tar.gz emacs-f46cc152ae576c3fd2be121d4a87b7d77ee7585a.zip | |
Comment change.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/aix4-1.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/s/aix4-1.h b/src/s/aix4-1.h index c6d2259eb99..e003bee715a 100644 --- a/src/s/aix4-1.h +++ b/src/s/aix4-1.h | |||
| @@ -20,5 +20,9 @@ | |||
| 20 | #define C_DEBUG_SWITCH -g | 20 | #define C_DEBUG_SWITCH -g |
| 21 | #endif | 21 | #endif |
| 22 | 22 | ||
| 23 | /* X internationalization stuff is still not working in AIX 4.1. */ | 23 | /* The X internationalization stuff is still broken in AIX 4.1, so |
| 24 | don't #undef X11R5_INHIBIT_I18N | ||
| 25 | It still causes shift, ctrl, and alt to resend the last character, | ||
| 26 | if it was a control character like tab, enter, backspace, or ESC. | ||
| 27 | Bill_Mann @ PraxisInt.com */ | ||
| 24 | /* #undef X11R5_INHIBIT_I18N */ | 28 | /* #undef X11R5_INHIBIT_I18N */ |