diff options
Diffstat (limited to 'src/bytecode.c')
| -rw-r--r-- | src/bytecode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bytecode.c b/src/bytecode.c index f2394556e2b..363dcdfaa82 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -888,6 +888,7 @@ If the third argument is incorrect, Emacs may crash.") | |||
| 888 | 888 | ||
| 889 | case Btemp_output_buffer_setup: | 889 | case Btemp_output_buffer_setup: |
| 890 | BEFORE_POTENTIAL_GC (); | 890 | BEFORE_POTENTIAL_GC (); |
| 891 | CHECK_STRING (TOP, 0); | ||
| 891 | temp_output_buffer_setup (XSTRING (TOP)->data); | 892 | temp_output_buffer_setup (XSTRING (TOP)->data); |
| 892 | AFTER_POTENTIAL_GC (); | 893 | AFTER_POTENTIAL_GC (); |
| 893 | TOP = Vstandard_output; | 894 | TOP = Vstandard_output; |