aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-31 21:58:25 +0000
committerRichard M. Stallman1993-05-31 21:58:25 +0000
commit465791dacd712e6fc1ea521ab5bd4b058eab4df5 (patch)
tree14f867046c32978746c75ca59279a277d077f7dc /src
parenta80652a7de98730bcafe978b2157b4f82c9f80e6 (diff)
downloademacs-465791dacd712e6fc1ea521ab5bd4b058eab4df5.tar.gz
emacs-465791dacd712e6fc1ea521ab5bd4b058eab4df5.zip
Comment change.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c2
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)
2870 if ((keysym >= XK_BackSpace && keysym <= XK_Escape) 2870 if ((keysym >= XK_BackSpace && keysym <= XK_Escape)
2871 || keysym == XK_Delete 2871 || keysym == XK_Delete
2872 || IsCursorKey (keysym) /* 0xff50 <= x < 0xff60 */ 2872 || IsCursorKey (keysym) /* 0xff50 <= x < 0xff60 */
2873 || IsMiscFunctionKey (keysym) /* 0xff60 <= x < 0xff7e */ 2873 || IsMiscFunctionKey (keysym) /* 0xff60 <= x < VARIES */
2874#ifdef HPUX 2874#ifdef HPUX
2875 /* This recognizes the "extended function keys". 2875 /* This recognizes the "extended function keys".
2876 It seems there's no cleaner way. 2876 It seems there's no cleaner way.