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:
parent
79c3172f78
commit
9d488d8623
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user