diff options
| author | Stefan Monnier | 2008-03-27 20:26:59 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2008-03-27 20:26:59 +0000 |
| commit | bb555731e0c34327ffdf8d95b5e7313aa0011f30 (patch) | |
| tree | df04c4c511e52cb70d1e1a053e40d4ccc122964b /src/coding.c | |
| parent | 0154725e48b709be3cd06628fccaa2e4f46af441 (diff) | |
| download | emacs-bb555731e0c34327ffdf8d95b5e7313aa0011f30.tar.gz emacs-bb555731e0c34327ffdf8d95b5e7313aa0011f30.zip | |
(decode_coding_object): Fix last change.
Diffstat (limited to 'src/coding.c')
| -rw-r--r-- | src/coding.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, | |||
| 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); |