diff options
| author | Dave Love | 2001-02-05 17:38:20 +0000 |
|---|---|---|
| committer | Dave Love | 2001-02-05 17:38:20 +0000 |
| commit | cc2aa88a73e878f8caf46fd0a735277b2762d2d6 (patch) | |
| tree | 551df31f6358fba30ed26fc5c32d5a745cc11248 | |
| parent | 436b2c06891bbe15c3efbd236acf2c4745f952d5 (diff) | |
| download | emacs-cc2aa88a73e878f8caf46fd0a735277b2762d2d6.tar.gz emacs-cc2aa88a73e878f8caf46fd0a735277b2762d2d6.zip | |
Revert last two changes -- bootstrapping works with
regenerated loaddefs.
| -rw-r--r-- | lisp/loadup.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 76 | (load "international/mule-cmds") | 76 | (load "international/mule-cmds") |
| 77 | (load "case-table") | 77 | (load "case-table") |
| 78 | (load "international/characters") | 78 | (load "international/characters") |
| 79 | (load "international/ccl") | ||
| 80 | (load "international/utf-8") | 79 | (load "international/utf-8") |
| 81 | 80 | ||
| 82 | (let ((set-case-syntax-set-multibyte t)) | 81 | (let ((set-case-syntax-set-multibyte t)) |
| @@ -159,6 +158,7 @@ | |||
| 159 | (load "dos-w32") | 158 | (load "dos-w32") |
| 160 | (load "dos-fns") | 159 | (load "dos-fns") |
| 161 | (load "dos-vars") | 160 | (load "dos-vars") |
| 161 | (load "international/ccl") ; for cpNNN coding systems in codepage.el | ||
| 162 | (load "international/codepage") ; internal.el uses cpNNN coding systems | 162 | (load "international/codepage") ; internal.el uses cpNNN coding systems |
| 163 | (load "disp-table"))) ; needed to setup ibm-pc char set, see internal.el | 163 | (load "disp-table"))) ; needed to setup ibm-pc char set, see internal.el |
| 164 | (if (eq system-type 'macos) | 164 | (if (eq system-type 'macos) |