]> code.delx.au - gnu-emacs/commitdiff
(Fmap_char_table): Don't use map_char_table's function arg.
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 12 Nov 2002 22:49:31 +0000 (22:49 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 12 Nov 2002 22:49:31 +0000 (22:49 +0000)
src/fns.c

index 17b07a0a3494a2aabc93913a47892a9719fd0b99..e55e5fbc24cd7da89cfd0e2195becdb39ed3d41b 100644 (file)
--- 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;
 }