aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/international/characters.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/international/characters.el b/lisp/international/characters.el
index b5d627e2dc6..c7ec38e0d30 100644
--- a/lisp/international/characters.el
+++ b/lisp/international/characters.el
@@ -284,7 +284,8 @@
284 (while (< row 127) 284 (while (< row 127)
285 (modify-category-entry (make-char 'japanese-jisx0208 row) ?C) 285 (modify-category-entry (make-char 'japanese-jisx0208 row) ?C)
286 (setq row (1+ row)))) 286 (setq row (1+ row))))
287(let ((chars '(?$B!<(B ?$B!+(B ?$B!,(B))) 287(modify-category-entry ?$B!<(B ?K)
288(let ((chars '(?$B!+(B ?$B!,(B)))
288 (while chars 289 (while chars
289 (modify-category-entry (car chars) ?K) 290 (modify-category-entry (car chars) ?K)
290 (modify-category-entry (car chars) ?H) 291 (modify-category-entry (car chars) ?H)