Revert last change.
This commit is contained in:
parent
1399fef0f0
commit
6f67610990
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
|
||||
|
||||
* loadup.el: Revert last change.
|
||||
|
||||
2001-02-07 Kenichi Handa <handa@etl.go.jp>
|
||||
|
||||
* international/mule.el (transform-make-coding-system-args): Make
|
||||
|
|
|
@ -76,7 +76,6 @@
|
|||
(load "international/mule-cmds")
|
||||
(load "case-table")
|
||||
(load "international/characters")
|
||||
(load "international/ccl")
|
||||
(load "international/utf-8")
|
||||
|
||||
(let ((set-case-syntax-set-multibyte t))
|
||||
|
@ -159,6 +158,7 @@
|
|||
(load "dos-w32")
|
||||
(load "dos-fns")
|
||||
(load "dos-vars")
|
||||
(load "international/ccl") ; codepage.el uses CCL en/decoder
|
||||
(load "international/codepage") ; internal.el uses cpNNN coding systems
|
||||
(load "disp-table"))) ; needed to setup ibm-pc char set, see internal.el
|
||||
(if (eq system-type 'macos)
|
||||
|
|
Loading…
Add table
Reference in a new issue