Mercurial > emacs
comparison src/coding.c @ 93323:06e93ffa2e9f
(decode_coding_object): Fix last change.
| author | Stefan Monnier <monnier@iro.umontreal.ca> |
|---|---|
| date | Thu, 27 Mar 2008 20:26:59 +0000 |
| parents | 3b82aab9d8fc |
| children | ac4d127a841a |
comparison
equal
deleted
inserted
replaced
| 93322:3b82aab9d8fc | 93323:06e93ffa2e9f |
|---|---|
| 7049 code_conversion_save (0, 0); | 7049 code_conversion_save (0, 0); |
| 7050 coding->dst_object = Qnil; | 7050 coding->dst_object = Qnil; |
| 7051 /* Most callers presume this will return a multibyte result, and they | 7051 /* Most callers presume this will return a multibyte result, and they |
| 7052 won't use `binary' or `raw-text' anyway, so let's not worry about | 7052 won't use `binary' or `raw-text' anyway, so let's not worry about |
| 7053 CODING_FOR_UNIBYTE. */ | 7053 CODING_FOR_UNIBYTE. */ |
| 7054 coding->dst_multibyte = Qt; | 7054 coding->dst_multibyte = 1; |
| 7055 } | 7055 } |
| 7056 | 7056 |
| 7057 decode_coding (coding); | 7057 decode_coding (coding); |
| 7058 | 7058 |
| 7059 if (BUFFERP (coding->dst_object)) | 7059 if (BUFFERP (coding->dst_object)) |
