diff options
| author | Stefan Monnier | 2002-04-29 18:24:49 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-04-29 18:24:49 +0000 |
| commit | 96035dcaa801499674bc38df6d85c1f388d1c2b2 (patch) | |
| tree | 86fe7889dce8ee6bb348635d915dfaf363d2cdef /src/xterm.c | |
| parent | b3ea44f844beab3931908723563a5f98abf0305a (diff) | |
| download | emacs-96035dcaa801499674bc38df6d85c1f388d1c2b2.tar.gz emacs-96035dcaa801499674bc38df6d85c1f388d1c2b2.zip | |
(XTread_socket): Disable the Xutf8LookupString code.
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 9a184fb8840..d66f719fc9f 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -10495,7 +10495,8 @@ XTread_socket (sd, bufp, numchars, expected) | |||
| 10495 | copy_bufsiz, &keysym, | 10495 | copy_bufsiz, &keysym, |
| 10496 | &status_return); | 10496 | &status_return); |
| 10497 | } | 10497 | } |
| 10498 | #ifdef X_HAVE_UTF8_STRING | 10498 | /* Xutf8LookupString is a new but already deprecated interface. -stef */ |
| 10499 | #if 0 && defined X_HAVE_UTF8_STRING | ||
| 10499 | else if (status_return == XLookupKeySym) | 10500 | else if (status_return == XLookupKeySym) |
| 10500 | { /* Try again but with utf-8. */ | 10501 | { /* Try again but with utf-8. */ |
| 10501 | coding_system = Qutf_8; | 10502 | coding_system = Qutf_8; |