aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/loadup.el
diff options
context:
space:
mode:
authorGeoff Voelker <[email protected]>1997-07-20 01:31:14 +0000
committerGeoff Voelker <[email protected]>1997-07-20 01:31:14 +0000
commite2ed3ecdcfea46e4a584d573035482636ffbc83e (patch)
tree7bf133de9fef2cad0580c2d4fb5aead541cc412e /lisp/loadup.el
parentf473b0ca64984cf2d9427c3351f913a1d52c6f6b (diff)
[windows-nt, ms-dos]: Undo loading
of international/mule-utils.
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r--lisp/loadup.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el
index 6cd845c918..1989bfd17b 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -171,8 +171,6 @@
(garbage-collect)
(load "disp-table") ; needed to setup ibm-pc char set, see internal.el
(garbage-collect)
- (load "international/mule-util") ; needed for coding systems
- (garbage-collect)
(load "dos-w32")
(garbage-collect)
(load "w32-fns")
@@ -181,8 +179,6 @@
(progn
(load "ls-lisp")
(garbage-collect)
- (load "international/mule-util") ; needed for coding systems
- (garbage-collect)
(load "dos-w32")
(garbage-collect)
(load "dos-fns")