diff options
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c index f39b356d731..df89836d099 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -2715,7 +2715,7 @@ init_syntax_once () | |||
| 2715 | Qchar_table_extra_slots = intern ("char-table-extra-slots"); | 2715 | Qchar_table_extra_slots = intern ("char-table-extra-slots"); |
| 2716 | 2716 | ||
| 2717 | /* Create objects which can be shared among syntax tables. */ | 2717 | /* Create objects which can be shared among syntax tables. */ |
| 2718 | Vsyntax_code_object = Fmake_vector (13, Qnil); | 2718 | Vsyntax_code_object = Fmake_vector (make_number (13), Qnil); |
| 2719 | for (i = 0; i < XVECTOR (Vsyntax_code_object)->size; i++) | 2719 | for (i = 0; i < XVECTOR (Vsyntax_code_object)->size; i++) |
| 2720 | XVECTOR (Vsyntax_code_object)->contents[i] | 2720 | XVECTOR (Vsyntax_code_object)->contents[i] |
| 2721 | = Fcons (make_number (i), Qnil); | 2721 | = Fcons (make_number (i), Qnil); |