1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-12 16:23:57 +00:00

Load dos-vars along with dos-fns.

This commit is contained in:
Richard M. Stallman 1998-05-15 05:44:56 +00:00
parent feb6540308
commit 7298263a74

View File

@ -127,6 +127,7 @@
(load "ls-lisp")
(load "dos-w32")
(load "dos-fns")
(load "dos-vars")
(load "disp-table"))) ; needed to setup ibm-pc char set, see internal.el
(if (fboundp 'atan) ; preload some constants and
(progn ; floating pt. functions if we have float support.