changeset 83289:1e53ee7473e9

Fix bootstrap error during loadup. * lisp/loadup.el: Load dnd.el before x-dnd.el. * src/Makefile.in (SOME_MACHINE_LISP): Add dnd.elc. git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-329
author Karoly Lorentey <lorentey@elte.hu>
date Mon, 18 Apr 2005 14:32:14 +0000
parents 2c2b97b30980
children 042f282a2ed7
files lisp/loadup.el src/Makefile.in
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadup.el	Mon Apr 18 13:40:23 2005 +0000
+++ b/lisp/loadup.el	Mon Apr 18 14:32:14 2005 +0000
@@ -196,6 +196,7 @@
 (when (fboundp 'x-create-frame)
   (load "mouse")
   (load "international/fontset")
+  (load "dnd")
   (load "x-dnd")
   (load "term/x-win"))
 
--- a/src/Makefile.in	Mon Apr 18 13:40:23 2005 +0000
+++ b/src/Makefile.in	Mon Apr 18 14:32:14 2005 +0000
@@ -898,7 +898,8 @@
   ${dotdot}/lisp/international/ccl.elc \
   ${dotdot}/lisp/international/codepage.elc \
   ${dotdot}/lisp/mouse.elc ${dotdot}/lisp/international/fontset.elc \
-  ${dotdot}/lisp/x-dnd.elc ${dotdot}/lisp/term/x-win.elc
+  ${dotdot}/lisp/dnd.elc ${dotdot}/lisp/x-dnd.elc \
+  ${dotdot}/lisp/term/x-win.elc
 
 /* Construct full set of libraries to be linked.
    Note that SunOS needs -lm to come before -lc; otherwise, you get