From: Stefan Monnier Date: Thu, 27 Mar 2008 20:26:59 +0000 (+0000) Subject: (decode_coding_object): Fix last change. X-Git-Tag: emacs-pretest-23.0.90~6853 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb555731e0c34327ffdf8d95b5e7313aa0011f30;p=emacs.git (decode_coding_object): Fix last change. --- diff --git a/src/coding.c b/src/coding.c index d862ed133ab..2fe14444f33 100644 --- a/src/coding.c +++ b/src/coding.c @@ -7051,7 +7051,7 @@ decode_coding_object (coding, src_object, from, from_byte, to, to_byte, /* 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);