mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(setup-japanese-environment-internal):
Call use-cjk-char-width-table.
This commit is contained in:
parent
64813b9360
commit
faf9aa0aa0
1 changed files with 2 additions and 1 deletions
|
|
@ -36,7 +36,8 @@
|
|||
;; following prefer-coding-system will override it.
|
||||
(if (memq system-type '(windows-nt ms-dos cygwin))
|
||||
(prefer-coding-system 'japanese-shift-jis)
|
||||
(prefer-coding-system 'japanese-iso-8bit)))
|
||||
(prefer-coding-system 'japanese-iso-8bit))
|
||||
(use-cjk-char-width-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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue