emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xterm.c


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/xterm.c
Date: Mon, 29 Apr 2002 14:22:05 -0400

Index: emacs/src/xterm.c
diff -c emacs/src/xterm.c:1.731 emacs/src/xterm.c:1.732
*** emacs/src/xterm.c:1.731     Fri Apr 26 13:55:46 2002
--- emacs/src/xterm.c   Mon Apr 29 14:22:04 2002
***************
*** 10495,10501 ****
                                                    copy_bufsiz, &keysym,
                                                    &status_return);
                        }
! #ifdef X_HAVE_UTF8_STRING
                      else if (status_return == XLookupKeySym)
                        {  /* Try again but with utf-8.  */
                          coding_system = Qutf_8;
--- 10495,10502 ----
                                                    copy_bufsiz, &keysym,
                                                    &status_return);
                        }
! /* 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;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]