mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-09 13:10:57 -08:00
(describe_syntax_1): Pass new args to describe_vector.
This commit is contained in:
parent
b7e22e9442
commit
e41819d480
1 changed files with 3 additions and 2 deletions
|
|
@ -933,12 +933,13 @@ describe_syntax_1 (vector)
|
|||
{
|
||||
struct buffer *old = current_buffer;
|
||||
set_buffer_internal (XBUFFER (Vstandard_output));
|
||||
describe_vector (vector, Qnil, describe_syntax, 0, Qnil, Qnil);
|
||||
describe_vector (vector, Qnil, describe_syntax, 0, Qnil, Qnil, (int *) 0, 0);
|
||||
while (! NILP (XCHAR_TABLE (vector)->parent))
|
||||
{
|
||||
vector = XCHAR_TABLE (vector)->parent;
|
||||
insert_string ("\nThe parent syntax table is:");
|
||||
describe_vector (vector, Qnil, describe_syntax, 0, Qnil, Qnil);
|
||||
describe_vector (vector, Qnil, describe_syntax, 0, Qnil, Qnil,
|
||||
(int *) 0, 0);
|
||||
}
|
||||
|
||||
call0 (intern ("help-mode"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue