(setup-japanese-environment-internal):
Call use-cjk-char-width-table with arg `ja_JP'.
This commit is contained in:
parent
dbff07a260
commit
99b070c5fa
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
||||||
(if (memq system-type '(windows-nt ms-dos cygwin))
|
(if (memq system-type '(windows-nt ms-dos cygwin))
|
||||||
(prefer-coding-system 'japanese-shift-jis)
|
(prefer-coding-system 'japanese-shift-jis)
|
||||||
(prefer-coding-system 'japanese-iso-8bit))
|
(prefer-coding-system 'japanese-iso-8bit))
|
||||||
(use-cjk-char-width-table))
|
(use-cjk-char-width-table 'ja_JP))
|
||||||
|
|
||||||
(defconst japanese-kana-table
|
(defconst japanese-kana-table
|
||||||
'((?$B$"(B ?$B%"(B ?(I1(B) (?$B$$(B ?$B%$(B ?(I2(B) (?$B$&(B ?$B%&(B ?(I3(B) (?$B$((B ?$B%((B ?(I4(B) (?$B$*(B ?$B%*(B ?(I5(B)
|
'((?$B$"(B ?$B%"(B ?(I1(B) (?$B$$(B ?$B%$(B ?(I2(B) (?$B$&(B ?$B%&(B ?(I3(B) (?$B$((B ?$B%((B ?(I4(B) (?$B$*(B ?$B%*(B ?(I5(B)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue