diff options
| author | Joakim Verona | 2011-12-28 11:34:15 +0100 |
|---|---|---|
| committer | Joakim Verona | 2011-12-28 11:34:15 +0100 |
| commit | 2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f (patch) | |
| tree | 034e65ef002631d0aba8fc1a41e9984fc557e630 /src/print.c | |
| parent | bb29f044aa967831cd664c54eba0de0c701436ce (diff) | |
| parent | d23ab8e8726ecb7e3554644857b4a58e5f7408f1 (diff) | |
| download | emacs-2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f.tar.gz emacs-2f74c36bf173b5ad01f99e0d1b31b9b8fa5c8f2f.zip | |
upstream
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 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 | ||