diff options
| author | Richard M. Stallman | 1996-09-01 17:11:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-01 17:11:14 +0000 |
| commit | 424aad230d50f72c862c2433285bf6fe31ababc7 (patch) | |
| tree | b1aae70ef957e4bc9b287c8fbff6c4c4a72a5f91 | |
| parent | dda6639dbbabcf3e31fef06f2c0458e8aef11940 (diff) | |
| download | emacs-424aad230d50f72c862c2433285bf6fe31ababc7.tar.gz emacs-424aad230d50f72c862c2433285bf6fe31ababc7.zip | |
[windows-nt, ms-dos]: Load dos-nt.
| -rw-r--r-- | lisp/loadup.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index f4da8db8854..9e556c428d0 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el | |||
| @@ -114,12 +114,16 @@ | |||
| 114 | (garbage-collect) | 114 | (garbage-collect) |
| 115 | (load "disp-table") ; needed to setup ibm-pc char set, see internal.el | 115 | (load "disp-table") ; needed to setup ibm-pc char set, see internal.el |
| 116 | (garbage-collect) | 116 | (garbage-collect) |
| 117 | (load "dos-nt") | ||
| 118 | (garbage-collect) | ||
| 117 | (load "winnt") | 119 | (load "winnt") |
| 118 | (garbage-collect))) | 120 | (garbage-collect))) |
| 119 | (if (eq system-type 'ms-dos) | 121 | (if (eq system-type 'ms-dos) |
| 120 | (progn | 122 | (progn |
| 121 | (load "ls-lisp") | 123 | (load "ls-lisp") |
| 122 | (garbage-collect) | 124 | (garbage-collect) |
| 125 | (load "dos-nt") | ||
| 126 | (garbage-collect) | ||
| 123 | (load "dos-fns") | 127 | (load "dos-fns") |
| 124 | (garbage-collect) | 128 | (garbage-collect) |
| 125 | (load "disp-table") ; needed to setup ibm-pc char set, see internal.el | 129 | (load "disp-table") ; needed to setup ibm-pc char set, see internal.el |