diff options
Diffstat (limited to 'src/syntax.c')
| -rw-r--r-- | src/syntax.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/syntax.c b/src/syntax.c index 8d7f908865f..8aeb5bdd519 100644 --- a/src/syntax.c +++ b/src/syntax.c | |||
| @@ -471,6 +471,7 @@ describe_syntax_1 (vector) | |||
| 471 | struct buffer *old = current_buffer; | 471 | struct buffer *old = current_buffer; |
| 472 | set_buffer_internal (XBUFFER (Vstandard_output)); | 472 | set_buffer_internal (XBUFFER (Vstandard_output)); |
| 473 | describe_vector (vector, Qnil, describe_syntax, 0, Qnil); | 473 | describe_vector (vector, Qnil, describe_syntax, 0, Qnil); |
| 474 | call0 (intern ("help-mode")); | ||
| 474 | set_buffer_internal (old); | 475 | set_buffer_internal (old); |
| 475 | return Qnil; | 476 | return Qnil; |
| 476 | } | 477 | } |