aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index 1001b8f3822..e8d9814b64a 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -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