diff options
Diffstat (limited to 'src/print.c')
| -rw-r--r-- | src/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c index 77cc2916952..41aa7fc4387 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -652,7 +652,7 @@ usage: (with-output-to-temp-buffer BUFNAME BODY...) */) | |||
| 652 | Lisp_Object buf, val; | 652 | Lisp_Object buf, val; |
| 653 | 653 | ||
| 654 | GCPRO1(args); | 654 | GCPRO1(args); |
| 655 | name = Feval (Fcar (args)); | 655 | name = eval_sub (Fcar (args)); |
| 656 | CHECK_STRING (name); | 656 | CHECK_STRING (name); |
| 657 | temp_output_buffer_setup (SDATA (name)); | 657 | temp_output_buffer_setup (SDATA (name)); |
| 658 | buf = Vstandard_output; | 658 | buf = Vstandard_output; |