diff options
Diffstat (limited to 'src/syntax.c')
-rw-r--r-- | src/syntax.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/syntax.c b/src/syntax.c index 02357671608..c39e2c2ab66 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -1065,6 +1065,7 @@ int parse_sexp_ignore_comments; If that many words cannot be found before the end of the buffer, return 0. COUNT negative means scan backward and stop at word beginning. */ +int scan_words (from, count) register int from, count; { @@ -2605,6 +2606,7 @@ DEFUN ("parse-partial-sexp", Fparse_partial_sexp, Sparse_partial_sexp, 2, 6, 0, Qnil))))))))); } +void init_syntax_once () { register int i, c; @@ -2676,6 +2678,7 @@ init_syntax_once () } } +void syms_of_syntax () { Qsyntax_table_p = intern ("syntax-table-p"); |