# HG changeset patch # User Karoly Lorentey # Date 1131375971 0 # Node ID c090869028e617bee01f9733a09e15ed97834968 # Parent 693e794b57bf809baa163b9d946498ed01b6f0f7 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 diff -r 693e794b57bf -r c090869028e6 lisp/loadup.el --- a/lisp/loadup.el Mon Nov 07 14:56:19 2005 +0000 +++ b/lisp/loadup.el Mon Nov 07 15:06:11 2005 +0000 @@ -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)