diff options
author | Karoly Lorentey <lorentey@elte.hu> | 2005-11-07 15:06:11 +0000 |
---|---|---|
committer | Karoly Lorentey <lorentey@elte.hu> | 2005-11-07 15:06:11 +0000 |
commit | 9d488d86232cc9bf9537707c464773369a5fda87 (patch) | |
tree | a96fd661a2b6d86d54a766eaedd62ebf2840b327 /lisp/loadup.el | |
parent | 79c3172f78d56cf88c927fb0ff5c3b30fd676686 (diff) | |
download | emacs-9d488d86232cc9bf9537707c464773369a5fda87.tar.gz |
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
Diffstat (limited to 'lisp/loadup.el')
-rw-r--r-- | lisp/loadup.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el index 1df6065cb17..affc735ecd0 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -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) |