mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
Fix previous change.
This commit is contained in:
parent
faf9aa0aa0
commit
9f336de0de
@ -1019,11 +1019,13 @@
|
||||
|
||||
(defun use-cjk-char-width-table ()
|
||||
"Internal use only.
|
||||
Setup char-width-table appropriate for CJK language environment.")
|
||||
Setup char-width-table appropriate for CJK language environment."
|
||||
(setq char-width-table cjk-char-width-table))
|
||||
|
||||
(defun use-default-char-width-table ()
|
||||
"Internal use only.
|
||||
Setup char-width-table appropriate for non-CJK language environment.")
|
||||
Setup char-width-table appropriate for non-CJK language environment."
|
||||
(setq char-width-table (char-table-parent cjk-char-width-table)))
|
||||
|
||||
(optimize-char-table (standard-case-table))
|
||||
(optimize-char-table (standard-category-table))
|
||||
|
Loading…
Reference in New Issue
Block a user