]> git.eshelyaron.com Git - emacs.git/commitdiff
[windows-nt]: Load disp-table.
authorRichard M. Stallman <rms@gnu.org>
Fri, 26 Apr 1996 19:46:05 +0000 (19:46 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 26 Apr 1996 19:46:05 +0000 (19:46 +0000)
lisp/loadup.el

index b6d9706adeab328e78263f25c62b6992862fa615..789f374378de2df8eae158448891f6e77c775d67 100644 (file)
       (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)