aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/international/utf-8.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/international/utf-8.el b/lisp/international/utf-8.el
index 0814e0900ab..acd9e14706a 100644
--- a/lisp/international/utf-8.el
+++ b/lisp/international/utf-8.el
@@ -139,7 +139,7 @@
139 ;; U+3400 .. U+DFFF 139 ;; U+3400 .. U+DFFF
140 ;; keep those bytes as eight-bit-{control|graphic} 140 ;; keep those bytes as eight-bit-{control|graphic}
141 (if (r3 < #xe000) 141 (if (r3 < #xe000)
142 (;; #xe0 < r0 < #xf0, so r0 is eight-bit-graphic 142 (;; #xe0 <= r0 < #xf0, so r0 is eight-bit-graphic
143 (r3 = ,(charset-id 'eight-bit-graphic)) 143 (r3 = ,(charset-id 'eight-bit-graphic))
144 (write-multibyte-character r3 r0) 144 (write-multibyte-character r3 r0)
145 (if (r1 < #xa0) 145 (if (r1 < #xa0)