diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1214,7 +1214,7 @@ PARENT must be either nil or another char-table.") | |||
| 1214 | CHECK_CHAR_TABLE (parent, 0); | 1214 | CHECK_CHAR_TABLE (parent, 0); |
| 1215 | 1215 | ||
| 1216 | for (temp = parent; !NILP (temp); temp = XCHAR_TABLE (temp)->parent) | 1216 | for (temp = parent; !NILP (temp); temp = XCHAR_TABLE (temp)->parent) |
| 1217 | if (EQ (temp, chartable)) | 1217 | if (EQ (temp, char_table)) |
| 1218 | error ("Attempt to make a chartable be its own parent"); | 1218 | error ("Attempt to make a chartable be its own parent"); |
| 1219 | } | 1219 | } |
| 1220 | 1220 | ||