changeset 13252:0701fab73d81

(Fmap_char_table): Call map_char_table with correct args.
author Erik Naggum <erik@naggum.no>
date Thu, 19 Oct 1995 13:36:56 +0000
parents a9a0c4c57a07
children a8126303dc0f
files src/fns.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/fns.c	Thu Oct 19 01:45:21 1995 +0000
+++ b/src/fns.c	Thu Oct 19 13:36:56 1995 +0000
@@ -1377,7 +1377,7 @@
   Lisp_Object keyvec;
   Lisp_Object *indices = (Lisp_Object *) alloca (10 * sizeof (Lisp_Object));
 
-  map_char_table (function, NULL, chartable, 0, indices);
+  map_char_table (NULL, function, chartable, 0, indices);
   return Qnil;
 }