1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-17 17:58:46 +00:00

Fix some of the bootstrap problems.

* lisp/loadup.el: Reorganize order of loading x-dnd vs. term/x-win.


git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-438
This commit is contained in:
Karoly Lorentey 2005-11-07 15:06:11 +00:00
parent 79c3172f78
commit 9d488d8623

View File

@ -175,9 +175,8 @@
(load "dnd")
(load "mwheel")
(load "tool-bar")
(load "x-dnd")
(load "term/x-win")))
(if (featurep 'x)
(load "x-dnd"))
(message "%s" (garbage-collect))
(if (eq system-type 'vax-vms)