Mercurial > emacs
changeset 3369:f7f2e724f501
Comment change.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 31 May 1993 21:58:25 +0000 |
parents | cb9e597ce94f |
children | 2df248d76c58 |
files | src/xterm.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.c Mon May 31 21:57:00 1993 +0000 +++ b/src/xterm.c Mon May 31 21:58:25 1993 +0000 @@ -2870,7 +2870,7 @@ 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.