Mercurial > emacs
changeset 18859:e3166a5ad35d
[windows-nt, ms-dos]: Load international/mule-utils.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Fri, 18 Jul 1997 22:54:38 +0000 |
parents | ad717015a2de |
children | f55d91d45bde |
files | lisp/loadup.el |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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")