mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Preload international/utf-16. Don't call ucs-unify-8859.
This commit is contained in:
parent
278ce9363d
commit
0405f49339
1 changed files with 1 additions and 1 deletions
|
|
@ -83,6 +83,7 @@
|
|||
(load "international/mule-cmds")
|
||||
(load "case-table")
|
||||
(load "international/utf-8")
|
||||
(load "international/utf-16")
|
||||
(load "international/characters")
|
||||
|
||||
(let ((set-case-syntax-set-multibyte t))
|
||||
|
|
@ -117,7 +118,6 @@
|
|||
(load "language/georgian")
|
||||
|
||||
(load "international/ucs-tables")
|
||||
(ucs-unify-8859 'encode-only)
|
||||
|
||||
(update-coding-systems-internal)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue