From cc2aa88a73e878f8caf46fd0a735277b2762d2d6 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Mon, 5 Feb 2001 17:38:20 +0000 Subject: [PATCH] Revert last two changes -- bootstrapping works with regenerated loaddefs. --- lisp/loadup.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/loadup.el b/lisp/loadup.el index 507f3d55e40..1a6aafb6aad 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -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) -- 2.39.5