Mercurial > emacs
diff 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 |
line wrap: on
line diff
--- a/src/coding.c Thu Mar 27 20:24:55 2008 +0000 +++ b/src/coding.c Thu Mar 27 20:26:59 2008 +0000 @@ -7051,7 +7051,7 @@ /* Most callers presume this will return a multibyte result, and they won't use `binary' or `raw-text' anyway, so let's not worry about CODING_FOR_UNIBYTE. */ - coding->dst_multibyte = Qt; + coding->dst_multibyte = 1; } decode_coding (coding);
