diff options
| author | Kenichi Handa | 2009-08-27 07:20:59 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2009-08-27 07:20:59 +0000 |
| commit | 761f64270ad153c779f563b5ee09084339e5b1f0 (patch) | |
| tree | cedb14e6630b25fe5d30a1956d1bc5c566c1360a | |
| parent | 726e3f1d5e05eebd0b347b72643743e1c07c641e (diff) | |
| download | emacs-761f64270ad153c779f563b5ee09084339e5b1f0.tar.gz emacs-761f64270ad153c779f563b5ee09084339e5b1f0.zip | |
Add category `j' to cp932-2-byte.
| -rw-r--r-- | lisp/international/characters.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/international/characters.el b/lisp/international/characters.el index c428ab2bdbe..5bc80b5873a 100644 --- a/lisp/international/characters.el +++ b/lisp/international/characters.el | |||
| @@ -184,7 +184,8 @@ Combining diacritic or mark (Unicode General Category M)") | |||
| 184 | (map-charset-chars #'modify-category-entry 'latin-jisx0201 ?r) | 184 | (map-charset-chars #'modify-category-entry 'latin-jisx0201 ?r) |
| 185 | 185 | ||
| 186 | (dolist (l '(katakana-jisx0201 japanese-jisx0208 japanese-jisx0212 | 186 | (dolist (l '(katakana-jisx0201 japanese-jisx0208 japanese-jisx0212 |
| 187 | japanese-jisx0213-1 japanese-jisx0213-2)) | 187 | japanese-jisx0213-1 japanese-jisx0213-2 |
| 188 | cp932-2-byte)) | ||
| 188 | (map-charset-chars #'modify-category-entry l ?j)) | 189 | (map-charset-chars #'modify-category-entry l ?j)) |
| 189 | 190 | ||
| 190 | ;; Unicode equivalents of JISX0201-kana | 191 | ;; Unicode equivalents of JISX0201-kana |