changeset 91049:ec6b072ac35c

[windows-nt]: Don't load code-pages and ccl.
author Jason Rumney <jasonr@gnu.org>
date Sun, 14 Oct 2007 23:07:50 +0000
parents d38543a1c0f9
children 55107ce162e3
files lisp/loadup.el
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadup.el	Sat Oct 13 05:53:03 2007 +0000
+++ b/lisp/loadup.el	Sun Oct 14 23:07:50 2007 +0000
@@ -185,8 +185,6 @@
       (load "vms-patch")))
 (if (eq system-type 'windows-nt)
     (progn
-      (load "international/ccl")
-      (load "international/code-pages")
       (load "term/w32-win")
       (load "ls-lisp")
       (load "disp-table") ; needed to setup ibm-pc char set, see internal.el