summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/coding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/coding.c b/src/coding.c
index b96ec82fc16..105d4038b1f 100644
--- a/src/coding.c
+++ b/src/coding.c
@@ -735,7 +735,7 @@ detect_coding_emacs_mule (src, src_end, multibytep)
c = -1; \
else \
{ \
- c -= 0xA0; \
+ c -= 0x80; \
*p++ = c; \
} \
} \