aboutsummaryrefslogtreecommitdiffstats
path: root/src/syntax.c
diff options
context:
space:
mode:
authorKarl Heuer1995-05-29 06:07:10 +0000
committerKarl Heuer1995-05-29 06:07:10 +0000
commit5588734e1a87f2cf9ad3d146cd01ecfad74f8969 (patch)
tree06d29b135148f69cf1a3e212ce8f90546cae4fa1 /src/syntax.c
parent23c852cb602415410b38c89be25b20592e37b864 (diff)
downloademacs-5588734e1a87f2cf9ad3d146cd01ecfad74f8969.tar.gz
emacs-5588734e1a87f2cf9ad3d146cd01ecfad74f8969.zip
(describe_syntax_1): Pass new arg to describe_vector.
Diffstat (limited to 'src/syntax.c')
-rw-r--r--src/syntax.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/syntax.c b/src/syntax.c
index df3122cf767..8a97a936d38 100644
--- a/src/syntax.c
+++ b/src/syntax.c
@@ -466,7 +466,7 @@ describe_syntax_1 (vector)
466{ 466{
467 struct buffer *old = current_buffer; 467 struct buffer *old = current_buffer;
468 set_buffer_internal (XBUFFER (Vstandard_output)); 468 set_buffer_internal (XBUFFER (Vstandard_output));
469 describe_vector (vector, Qnil, describe_syntax, 0, Qnil); 469 describe_vector (vector, Qnil, describe_syntax, 0, Qnil, Qnil);
470 call0 (intern ("help-mode")); 470 call0 (intern ("help-mode"));
471 set_buffer_internal (old); 471 set_buffer_internal (old);
472 return Qnil; 472 return Qnil;