Mercurial > hg > xemacs-beta
comparison src/keymap.c @ 10:49a24b4fd526 r19-15b6
Import from CVS: tag r19-15b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:47:52 +0200 |
parents | 4b173ad71786 |
children | 859a2309aef8 |
comparison
equal
deleted
inserted
replaced
9:6f2bbbbbe05a | 10:49a24b4fd526 |
---|---|
1292 char temp[50]; | 1292 char temp[50]; |
1293 | 1293 |
1294 strncpy(temp, name, sizeof (temp)); | 1294 strncpy(temp, name, sizeof (temp)); |
1295 temp[sizeof (temp) - 1] = '\0'; | 1295 temp[sizeof (temp) - 1] = '\0'; |
1296 temp[2] = '-'; | 1296 temp[2] = '-'; |
1297 *keysym = Fintern_soft(make_string(temp, strlen(temp)), Qnil); | 1297 *keysym = Fintern_soft(make_string((Bufbyte *)temp, |
1298 strlen(temp)), | |
1299 Qnil); | |
1298 } | 1300 } |
1299 } | 1301 } |
1300 } | 1302 } |
1301 | 1303 |
1302 /* Given any kind of key-specifier, return a keysym and modifier mask. | 1304 /* Given any kind of key-specifier, return a keysym and modifier mask. |