changeset 15086:f3024d637562

[windows-nt]: Load disp-table.
author Richard M. Stallman <rms@gnu.org>
date Fri, 26 Apr 1996 19:46:05 +0000
parents 7048437bc690
children 46157341f721
files lisp/loadup.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)