Mercurial > hg > xemacs-beta
comparison lisp/prim/dumped-lisp.el @ 173:8eaf7971accc r20-3b13
Import from CVS: tag r20-3b13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:49:09 +0200 |
parents | 15872534500d |
children | 6075d714658b |
comparison
equal
deleted
inserted
replaced
172:a38aed19690b | 173:8eaf7971accc |
---|---|
40 ;; duplicate doc string warnings, SparcWorks uses a separate | 40 ;; duplicate doc string warnings, SparcWorks uses a separate |
41 ;; autoloads file with the dumped packages removed. | 41 ;; autoloads file with the dumped packages removed. |
42 ;; After fixing, eos/loaddefs-eos and loaddefs appear identical?!! | 42 ;; After fixing, eos/loaddefs-eos and loaddefs appear identical?!! |
43 ;; So just make loaddefs-eos go away... | 43 ;; So just make loaddefs-eos go away... |
44 ;;(load-gc (if (featurep 'sparcworks) "eos/loaddefs-eos" "loaddefs")) | 44 ;;(load-gc (if (featurep 'sparcworks) "eos/loaddefs-eos" "loaddefs")) |
45 "startup" ; For initialization of | |
46 ; `emacs-user-extension-dir' | |
45 "loaddefs" ; <=== autoloads get loaded here | 47 "loaddefs" ; <=== autoloads get loaded here |
46 "misc" | 48 "misc" |
47 ;; (load-gc "profile") | 49 ;; (load-gc "profile") |
48 "help" | 50 "help" |
49 ;; (load-gc "hyper-apropos") Soon... | 51 ;; (load-gc "hyper-apropos") Soon... |
57 "buff-menu" | 59 "buff-menu" |
58 "undo-stack" | 60 "undo-stack" |
59 "window" | 61 "window" |
60 "window-xemacs" | 62 "window-xemacs" |
61 "paths.el" ; don't get confused if paths compiled. | 63 "paths.el" ; don't get confused if paths compiled. |
62 "startup" | |
63 "lisp" | 64 "lisp" |
64 "page" | 65 "page" |
65 "register" | 66 "register" |
66 "iso8859-1" ; This must be before any modes | 67 "iso8859-1" ; This must be before any modes |
67 ; (sets standard syntax table.) | 68 ; (sets standard syntax table.) |