summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index 17b07a0a349..e55e5fbc24c 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -2659,7 +2659,7 @@ The key is always a possible IDX argument to `aref'. */)
CHECK_CHAR_TABLE (char_table);
- map_char_table (NULL, function, char_table, char_table, 0, indices);
+ map_char_table (call2, Qnil, char_table, function, 0, indices);
return Qnil;
}