aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Rumney2002-01-20 15:35:09 +0000
committerJason Rumney2002-01-20 15:35:09 +0000
commit9c6a562bda0de4e2a2d674f42386426bfb987f80 (patch)
tree408783501c5265960f6fdc2f72fa872e074e3ba7
parent78887b5a76a97e81727394b034e4856cd56074d0 (diff)
downloademacs-9c6a562bda0de4e2a2d674f42386426bfb987f80.tar.gz
emacs-9c6a562bda0de4e2a2d674f42386426bfb987f80.zip
[windows-nt]: Load w32-vars.
-rw-r--r--lisp/loadup.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el
index 09c73378da6..2fe4330c9ec 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -157,6 +157,7 @@
157 (load "ls-lisp") 157 (load "ls-lisp")
158 (load "disp-table") ; needed to setup ibm-pc char set, see internal.el 158 (load "disp-table") ; needed to setup ibm-pc char set, see internal.el
159 (load "dos-w32") 159 (load "dos-w32")
160 (load "w32-vars")
160 (load "w32-fns"))) 161 (load "w32-fns")))
161(if (eq system-type 'ms-dos) 162(if (eq system-type 'ms-dos)
162 (progn 163 (progn