1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-06 20:00:46 -08:00

(XTread_socket): Handle ISO_Left_Tab.

This commit is contained in:
Richard M. Stallman 1997-03-22 04:21:00 +00:00
parent 850ebd4fab
commit 1097aea030

View file

@ -4116,6 +4116,9 @@ XTread_socket (sd, bufp, numchars, expected)
{
if (((keysym >= XK_BackSpace && keysym <= XK_Escape)
|| keysym == XK_Delete
#ifdef XK_ISO_Left_Tab
|| keysym == XK_ISO_Left_Tab
#endif
|| IsCursorKey (keysym) /* 0xff50 <= x < 0xff60 */
|| IsMiscFunctionKey (keysym) /* 0xff60 <= x < VARIES */
#ifdef HPUX