diff options
| author | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2003-09-08 11:56:09 +0000 |
| commit | 463f5630a5e7cbe7f042bc1175d1fa1c4e98860f (patch) | |
| tree | 3287d0c628fea2249abf4635b3a4f45bedd6f8c4 /src/print.c | |
| parent | 4256310de631bd57c78b88b5131caa073315b3d7 (diff) | |
| download | emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.tar.gz emacs-463f5630a5e7cbe7f042bc1175d1fa1c4e98860f.zip | |
New directory
Diffstat (limited to 'src/print.c')
| -rw-r--r-- | src/print.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/print.c b/src/print.c index bbb491dc584..e06b8a0052d 100644 --- a/src/print.c +++ b/src/print.c | |||
| @@ -506,7 +506,7 @@ print_string (string, printcharfun) | |||
| 506 | for (i = 0; i < size; i++) | 506 | for (i = 0; i < size; i++) |
| 507 | PRINTCHAR (SREF (string, i)); | 507 | PRINTCHAR (SREF (string, i)); |
| 508 | else | 508 | else |
| 509 | for (i = 0; i < size_byte; ) | 509 | for (i = 0; i < size_byte; i++) |
| 510 | { | 510 | { |
| 511 | /* Here, we must convert each multi-byte form to the | 511 | /* Here, we must convert each multi-byte form to the |
| 512 | corresponding character code before handing it to PRINTCHAR. */ | 512 | corresponding character code before handing it to PRINTCHAR. */ |
| @@ -2170,6 +2170,3 @@ that need to be recorded in the table. */); | |||
| 2170 | 2170 | ||
| 2171 | defsubr (&Swith_output_to_temp_buffer); | 2171 | defsubr (&Swith_output_to_temp_buffer); |
| 2172 | } | 2172 | } |
| 2173 | |||
| 2174 | /* arch-tag: bc797170-94ae-41de-86e3-75e20f8f7a39 | ||
| 2175 | (do not change this comment) */ | ||