aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index dc4f1a5ff3b..157918bfbe9 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -1466,7 +1466,8 @@ See also the documentation of make-char.")
1466 1466
1467void 1467void
1468map_char_table (c_function, function, subtable, arg, depth, indices) 1468map_char_table (c_function, function, subtable, arg, depth, indices)
1469 Lisp_Object (*c_function) (), function, subtable, arg, *indices; 1469 void (*c_function) P_ ((Lisp_Object, Lisp_Object, Lisp_Object));
1470 Lisp_Object function, subtable, arg, *indices;
1470 int depth; 1471 int depth;
1471{ 1472{
1472 int i, to; 1473 int i, to;