aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index d95cd072393..dc4f1a5ff3b 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -1482,11 +1482,13 @@ map_char_table (c_function, function, subtable, arg, depth, indices)
1482 else 1482 else
1483 call2 (function, make_number (i), elt); 1483 call2 (function, make_number (i), elt);
1484 } 1484 }
1485 if (NILP (current_buffer->enable_multibyte_characters))
1486 return;
1485 to = CHAR_TABLE_ORDINARY_SLOTS; 1487 to = CHAR_TABLE_ORDINARY_SLOTS;
1486 } 1488 }
1487 else 1489 else
1488 { 1490 {
1489 i = 0; 1491 i = 32;
1490 to = SUB_CHAR_TABLE_ORDINARY_SLOTS; 1492 to = SUB_CHAR_TABLE_ORDINARY_SLOTS;
1491 } 1493 }
1492 1494