diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-31 21:58:25 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-31 21:58:25 +0000 |
commit | 465791dacd712e6fc1ea521ab5bd4b058eab4df5 (patch) | |
tree | 14f867046c32978746c75ca59279a277d077f7dc | |
parent | a80652a7de98730bcafe978b2157b4f82c9f80e6 (diff) | |
download | emacs-465791dacd712e6fc1ea521ab5bd4b058eab4df5.tar.gz |
Comment change.
-rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 77cc54021dd..8ff27cbff38 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -2870,7 +2870,7 @@ XTread_socket (sd, bufp, numchars, waitp, expected) if ((keysym >= XK_BackSpace && keysym <= XK_Escape) || keysym == XK_Delete || IsCursorKey (keysym) /* 0xff50 <= x < 0xff60 */ - || IsMiscFunctionKey (keysym) /* 0xff60 <= x < 0xff7e */ + || IsMiscFunctionKey (keysym) /* 0xff60 <= x < VARIES */ #ifdef HPUX /* This recognizes the "extended function keys". It seems there's no cleaner way. |