diff options
Diffstat (limited to 'src')
| -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 fc36d29da7c..8e4a38c4ae9 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -620,7 +620,7 @@ A printed representation of an object is text which describes that object. */) | |||
| 620 | printcharfun = Vprin1_to_string_buffer; | 620 | printcharfun = Vprin1_to_string_buffer; |
| 621 | PRINTPREPARE; | 621 | PRINTPREPARE; |
| 622 | print (object, printcharfun, NILP (noescape)); | 622 | print (object, printcharfun, NILP (noescape)); |
| 623 | /* Make Vprin1_to_string_buffer be the default buffer after PRINTFINSH */ | 623 | /* Make Vprin1_to_string_buffer be the default buffer after PRINTFINISH */ |
| 624 | PRINTFINISH; | 624 | PRINTFINISH; |
| 625 | } | 625 | } |
| 626 | 626 | ||