changeset 35909:4c31bd3a5593

Revert last two changes -- bootstrapping works with regenerated loaddefs.
author Dave Love <fx@gnu.org>
date Mon, 05 Feb 2001 17:38:20 +0000
parents 4ba2a6029c03
children 4e0463501485
files lisp/loadup.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadup.el	Mon Feb 05 17:19:23 2001 +0000
+++ b/lisp/loadup.el	Mon Feb 05 17:38:20 2001 +0000
@@ -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)