Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
1132:f709ef7a8a74 | 1133:960da99ad52b |
---|---|
38 "hash-table" | 38 "hash-table" |
39 "text-props" | 39 "text-props" |
40 "process" ;; This is bad. network-streams may not be defined. | 40 "process" ;; This is bad. network-streams may not be defined. |
41 (when-feature multicast "multicast") ; #+network-streams implicitly true | 41 (when-feature multicast "multicast") ; #+network-streams implicitly true |
42 "map-ynp" | 42 "map-ynp" |
43 "undo-stack" | |
44 "window" ; simple needs `save-window-excursion' | |
45 "window-xemacs" | |
43 "simple" | 46 "simple" |
44 "keydefs" ; Before loaddefs so that keymap vars exist. | 47 "keydefs" ; Before loaddefs so that keymap vars exist. |
45 "abbrev" | 48 "abbrev" |
46 "derived" | 49 "derived" |
47 "minibuf" | 50 "minibuf" |
66 "format" | 69 "format" |
67 "indent" | 70 "indent" |
68 "isearch-mode" | 71 "isearch-mode" |
69 "buffer" | 72 "buffer" |
70 "buff-menu" | 73 "buff-menu" |
71 "undo-stack" | |
72 "window" | |
73 "window-xemacs" | |
74 "paths.el" ; don't get confused if paths compiled. | 74 "paths.el" ; don't get confused if paths compiled. |
75 "lisp" | 75 "lisp" |
76 "page" | 76 "page" |
77 "register" | 77 "register" |
78 "iso8859-1" ; This must be before any modes | 78 "iso8859-1" ; This must be before any modes |