1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

[windows-nt]: Load disp-table.

This commit is contained in:
Richard M. Stallman 1996-04-26 19:46:05 +00:00
parent ceeb471c2e
commit 234ae99a66

View File

@ -112,6 +112,8 @@
(garbage-collect) (garbage-collect)
(load "ls-lisp") (load "ls-lisp")
(garbage-collect) (garbage-collect)
(load "disp-table") ; needed to setup ibm-pc char set, see internal.el
(garbage-collect)
(load "winnt") (load "winnt")
(garbage-collect))) (garbage-collect)))
(if (eq system-type 'ms-dos) (if (eq system-type 'ms-dos)