# HG changeset patch # User Richard M. Stallman # Date 830547965 0 # Node ID f3024d6375624b9eb51f3915c0c09d129197cfe1 # Parent 7048437bc69058919043f8a20d023989fe013ca2 [windows-nt]: Load disp-table. diff -r 7048437bc690 -r f3024d637562 lisp/loadup.el --- a/lisp/loadup.el Fri Apr 26 19:45:38 1996 +0000 +++ b/lisp/loadup.el Fri Apr 26 19:46:05 1996 +0000 @@ -112,6 +112,8 @@ (garbage-collect) (load "ls-lisp") (garbage-collect) + (load "disp-table") ; needed to setup ibm-pc char set, see internal.el + (garbage-collect) (load "winnt") (garbage-collect))) (if (eq system-type 'ms-dos)