Mercurial > hg > xemacs-beta
comparison lisp/dumped-lisp.el @ 261:405dd6d1825b r20-5b29
Import from CVS: tag r20-5b29
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:23:51 +0200 |
parents | 11cf20601dec |
children | 727739f917cb |
comparison
equal
deleted
inserted
replaced
260:052205f7dd5f | 261:405dd6d1825b |
---|---|
4 "packages" ; Bootstrap run-time lisp environment | 4 "packages" ; Bootstrap run-time lisp environment |
5 "subr" ; load the most basic Lisp functions | 5 "subr" ; load the most basic Lisp functions |
6 "replace" ; match-string used in version.el. | 6 "replace" ; match-string used in version.el. |
7 ; Ignore compiled-by-mistake version.elc | 7 ; Ignore compiled-by-mistake version.elc |
8 "version.el" | 8 "version.el" |
9 #-infodock "../Installation.el" | |
9 "cl" | 10 "cl" |
10 "cl-extra" | 11 "cl-extra" |
11 "cl-seq" | 12 "cl-seq" |
12 "widget" | 13 "widget" |
13 "custom" ; Before the world so everything can be | 14 "custom" ; Before the world so everything can be |
26 "objects" | 27 "objects" |
27 "extents" | 28 "extents" |
28 "events" | 29 "events" |
29 "text-props" | 30 "text-props" |
30 "process" ;; This is bad. network-streams may not be defined. | 31 "process" ;; This is bad. network-streams may not be defined. |
31 ;; #+multicast "multicast" ;; #+network-streams implicitely true | 32 #+multicast "multicast" ;; #+network-streams implicitely true |
32 "frame" ; move up here cause some stuff needs it here | 33 "frame" ; move up here cause some stuff needs it here |
33 "map-ynp" | 34 "map-ynp" |
34 "simple" | 35 "simple" |
35 "keydefs" ; Before loaddefs so that keymap vars exist. | 36 "keydefs" ; Before loaddefs so that keymap vars exist. |
36 "abbrev" | 37 "abbrev" |