aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/print.c')
-rw-r--r--src/print.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/print.c b/src/print.c
index 0fdb750f370..dbe8a8950f7 100644
--- a/src/print.c
+++ b/src/print.c
@@ -622,7 +622,7 @@ A printed representation of an object is text which describes that object. */)
622 printcharfun = Vprin1_to_string_buffer; 622 printcharfun = Vprin1_to_string_buffer;
623 PRINTPREPARE; 623 PRINTPREPARE;
624 print (object, printcharfun, NILP (noescape)); 624 print (object, printcharfun, NILP (noescape));
625 /* Make Vprin1_to_string_buffer be the default buffer after PRINTFINSH */ 625 /* Make Vprin1_to_string_buffer be the default buffer after PRINTFINISH */
626 PRINTFINISH; 626 PRINTFINISH;
627 } 627 }
628 628