(init_syntax_once): Convert Fmake_vector argument to Lisp_Integer.
authorRichard M. Stallman <rms@gnu.org>
Sat, 12 Jul 1997 06:38:27 +0000 (06:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 12 Jul 1997 06:38:27 +0000 (06:38 +0000)
src/syntax.c

index f39b356..df89836 100644 (file)
@@ -2715,7 +2715,7 @@ init_syntax_once ()
   Qchar_table_extra_slots = intern ("char-table-extra-slots");
 
   /* Create objects which can be shared among syntax tables.  */
-  Vsyntax_code_object = Fmake_vector (13, Qnil);
+  Vsyntax_code_object = Fmake_vector (make_number (13), Qnil);
   for (i = 0; i < XVECTOR (Vsyntax_code_object)->size; i++)
     XVECTOR (Vsyntax_code_object)->contents[i]
       = Fcons (make_number (i), Qnil);