# HG changeset patch # User Richard M. Stallman # Date 869266478 0 # Node ID e3166a5ad35d49642a66e79f2dbe6602dbd59e82 # Parent ad717015a2dea2536d6e479346c184ef9b542de3 [windows-nt, ms-dos]: Load international/mule-utils. diff -r ad717015a2de -r e3166a5ad35d lisp/loadup.el --- a/lisp/loadup.el Fri Jul 18 22:54:23 1997 +0000 +++ b/lisp/loadup.el Fri Jul 18 22:54:38 1997 +0000 @@ -171,6 +171,8 @@ (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") @@ -179,6 +181,8 @@ (progn (load "ls-lisp") (garbage-collect) + (load "international/mule-util") ; needed for coding systems + (garbage-collect) (load "dos-w32") (garbage-collect) (load "dos-fns")