Mercurial > emacs
changeset 83398:c090869028e6
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
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Mon, 07 Nov 2005 15:06:11 +0000 |
parents | 693e794b57bf |
children | 2988c5a31dc1 |
files | lisp/loadup.el |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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)