Mercurial > emacs
changeset 44974:cc9283570d1b
(XTread_socket): Disable the Xutf8LookupString code.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 29 Apr 2002 18:22:04 +0000 |
parents | 73e9132139f2 |
children | 4cbf00710ba2 |
files | src/xterm.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Mon Apr 29 17:47:04 2002 +0000 +++ b/src/xterm.c Mon Apr 29 18:22:04 2002 +0000 @@ -10495,7 +10495,8 @@ copy_bufsiz, &keysym, &status_return); } -#ifdef X_HAVE_UTF8_STRING +/* Xutf8LookupString is a new but already deprecated interface. -stef */ +#if 0 && defined X_HAVE_UTF8_STRING else if (status_return == XLookupKeySym) { /* Try again but with utf-8. */ coding_system = Qutf_8;