Mercurial > emacs
changeset 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 | 41f9d37301a2 |
files | src/coding.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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);