comparison lisp/dumped-lisp.el @ 259:11cf20601dec r20-5b28

Import from CVS: tag r20-5b28
author cvs
date Mon, 13 Aug 2007 10:23:02 +0200
parents 157b30c96d03
children 405dd6d1825b
comparison
equal deleted inserted replaced
258:58424f6abf56 259:11cf20601dec
25 "glyphs" 25 "glyphs"
26 "objects" 26 "objects"
27 "extents" 27 "extents"
28 "events" 28 "events"
29 "text-props" 29 "text-props"
30 "process" 30 "process" ;; This is bad. network-streams may not be defined.
31 ;; #+multicast "multicast" ;; #+network-streams implicitely true
31 "frame" ; move up here cause some stuff needs it here 32 "frame" ; move up here cause some stuff needs it here
32 "map-ynp" 33 "map-ynp"
33 "simple" 34 "simple"
34 "keydefs" ; Before loaddefs so that keymap vars exist. 35 "keydefs" ; Before loaddefs so that keymap vars exist.
35 "abbrev" 36 "abbrev"
49 "misc" 50 "misc"
50 ;; (load-gc "profile") 51 ;; (load-gc "profile")
51 #-mule "help-nomule" 52 #-mule "help-nomule"
52 "help" 53 "help"
53 ;; (load-gc "hyper-apropos") Soon... 54 ;; (load-gc "hyper-apropos") Soon...
54 #-mule "files-nomule" 55 #-file-coding "files-nomule"
55 "files" 56 "files"
56 #-infodock "lib-complete" ; InfoDock uses an older version 57 #-infodock "lib-complete" ; InfoDock uses an older version
57 "format" 58 "format"
58 "indent" 59 "indent"
59 "isearch-mode" 60 "isearch-mode"
83 #+toolbar "toolbar" 84 #+toolbar "toolbar"
84 #+scrollbar "scrollbar" 85 #+scrollbar "scrollbar"
85 #+menubar "menubar" 86 #+menubar "menubar"
86 #+dialog "dialog" 87 #+dialog "dialog"
87 #+mule "mule-charset" 88 #+mule "mule-charset"
89 #+file-coding "coding"
88 #+mule "mule-coding" 90 #+mule "mule-coding"
89 ;; Handle I/O of files with extended characters. 91 ;; Handle I/O of files with extended characters.
92 #+file-coding "code-files"
90 #+mule "mule-files" 93 #+mule "mule-files"
91 ;; Handle process with encoding/decoding non-ascii coding-system. 94 ;; Handle process with encoding/decoding non-ascii coding-system.
92 #+mule "mule-process" 95 #+file-coding "code-process"
93 #+mule "mule-help" 96 #+mule "mule-help"
94 ;; Load the remaining basic files. 97 ;; Load the remaining basic files.
95 #+mule "mule-category" 98 #+mule "mule-category"
96 #+mule "mule-ccl" 99 #+mule "mule-ccl"
97 #+mule "mule-misc" 100 #+mule "mule-misc"