]> git.eshelyaron.com Git - emacs.git/commitdiff
Revert last two changes -- bootstrapping works with
authorDave Love <fx@gnu.org>
Mon, 5 Feb 2001 17:38:20 +0000 (17:38 +0000)
committerDave Love <fx@gnu.org>
Mon, 5 Feb 2001 17:38:20 +0000 (17:38 +0000)
regenerated loaddefs.

lisp/loadup.el

index 507f3d55e401ffb17c11a67152dbf9318b5c60ca..1a6aafb6aadddd7d156bd8f7638e26c86e95dd3f 100644 (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))
       (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)