diff options
author | Geoff Voelker <voelker@cs.washington.edu> | 1996-11-19 07:04:49 +0000 |
---|---|---|
committer | Geoff Voelker <voelker@cs.washington.edu> | 1996-11-19 07:04:49 +0000 |
commit | 489f93712159771f38253bdc9c7906356c606061 (patch) | |
tree | d6dbe02f12fc60618b02b25cd5ff241956c1846b /lisp/loadup.el | |
parent | a0d143459c1088f1634c302d5604a86241e62b40 (diff) | |
download | emacs-489f93712159771f38253bdc9c7906356c606061.tar.gz |
Use new names for w32 files
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r-- | lisp/loadup.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index 5e1a1cbde84..06770a7809b 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -114,15 +114,15 @@ (garbage-collect) (load "disp-table") ; needed to setup ibm-pc char set, see internal.el (garbage-collect) - (load "dos-nt") + (load "dos-w32") (garbage-collect) - (load "winnt") + (load "w32-fns") (garbage-collect))) (if (eq system-type 'ms-dos) (progn (load "ls-lisp") (garbage-collect) - (load "dos-nt") + (load "dos-w32") (garbage-collect) (load "dos-fns") (garbage-collect) |