(describe_syntax): Handle new syntax-table data format.
authorRichard M. Stallman <rms@gnu.org>
Sat, 7 Oct 1995 21:59:28 +0000 (21:59 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 7 Oct 1995 21:59:28 +0000 (21:59 +0000)
commit8ea151b23b874bc3802fc228d828cf91b9cf5ffb
treefa764c1272fb06e33ee6dea452812656649aa320
parente46c910e4a464d0ec115a66f1810a8dea1f1502b
(describe_syntax): Handle new syntax-table data format.
(Fmodify_syntax_entry, init_syntax_once): Use SET_RAW_SYNTAX_ENTRY.
Handle new syntax-table data format.
(check_syntax_table): Use CHECK_CHAR_TABLE.  Now static.
Don't return anything; callers changed.
(Fcopy_syntax_table): Use Fcopy_sequence.
(Fchar_syntax, Fmatching_paren, Fforward_comment): Copy complex args
to SYNTAX into variables before using them.
(Fsyntax_table_p): Accept any char-table.
(syntax_parent_lookup): New function.
(syntax_temp): New variable.
src/syntax.c