diff lisp/dumped-lisp.el @ 1133:960da99ad52b

[xemacs-hg @ 2002-12-02 12:27:18 by michaels] 2002-11-28 Mike Sperber <mike@xemacs.org> * window.el (save-window-excursion): New macro to eventually replace the bytecode instruction of that name. 2002-11-16 Mike Sperber <mike@xemacs.org> * dumped-lisp.el (preloaded-file-list): Move window.el & neighbors further up because other some files further down import macro(s) from it.
author michaels
date Mon, 02 Dec 2002 12:27:20 +0000
parents 011e1bce6ece
children 70921960b980
line wrap: on
line diff
--- a/lisp/dumped-lisp.el	Sun Dec 01 22:53:15 2002 +0000
+++ b/lisp/dumped-lisp.el	Mon Dec 02 12:27:20 2002 +0000
@@ -40,6 +40,9 @@
 	"process" ;; This is bad. network-streams may not be defined.
 	(when-feature multicast "multicast") ; #+network-streams implicitly true
 	"map-ynp"
+	"undo-stack"
+	"window"		; simple needs `save-window-excursion'
+	"window-xemacs"
 	"simple"
 	"keydefs"		; Before loaddefs so that keymap vars exist.
 	"abbrev"
@@ -68,9 +71,6 @@
 	"isearch-mode"
 	"buffer"
 	"buff-menu"
-	"undo-stack"
-	"window"
-	"window-xemacs"
 	"paths.el"		; don't get confused if paths compiled.
 	"lisp"
 	"page"