1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-16 17:19:41 +00:00

Revert last two changes -- bootstrapping works with

regenerated loaddefs.
This commit is contained in:
Dave Love 2001-02-05 17:38:20 +00:00
parent 436b2c0689
commit cc2aa88a73

View File

@ -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") ; for cpNNN coding systems in codepage.el
(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)