Mercurial > hg > xemacs-beta
comparison src/lread.c @ 280:7df0dd720c89 r21-0b38
Import from CVS: tag r21-0b38
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:32:22 +0200 |
parents | 90d73dddcdc4 |
children | c42ec1d1cded |
comparison
equal
deleted
inserted
replaced
279:c20b2fb5bb0a | 280:7df0dd720c89 |
---|---|
1591 signal_error (Qend_of_file, list1 (READCHARFUN_MAYBE (readcharfun))); | 1591 signal_error (Qend_of_file, list1 (READCHARFUN_MAYBE (readcharfun))); |
1592 if (c == '\\') | 1592 if (c == '\\') |
1593 c = read_escape (readcharfun); | 1593 c = read_escape (readcharfun); |
1594 return c | 0200; | 1594 return c | 0200; |
1595 | 1595 |
1596 #ifndef MULE | |
1596 #define FSF_KEYS | 1597 #define FSF_KEYS |
1598 #endif | |
1597 #ifdef FSF_KEYS | 1599 #ifdef FSF_KEYS |
1598 | 1600 |
1599 #define alt_modifier (0x040000) | 1601 #define alt_modifier (0x040000) |
1600 #define super_modifier (0x080000) | 1602 #define super_modifier (0x080000) |
1601 #define hyper_modifier (0x100000) | 1603 #define hyper_modifier (0x100000) |