From: Geoff Voelker Date: Sun, 20 Jul 1997 01:31:14 +0000 (+0000) Subject: [windows-nt, ms-dos]: Undo loading X-Git-Tag: emacs-20.1~1073 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e2ed3ecdcfea46e4a584d573035482636ffbc83e;p=emacs.git [windows-nt, ms-dos]: Undo loading of international/mule-utils. --- diff --git a/lisp/loadup.el b/lisp/loadup.el index 6cd845c9186..1989bfd17b2 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")