Mercurial > hg > xemacs-beta
comparison lisp/prim/packages.el @ 195:a2f645c6b9f8 r20-3b24
Import from CVS: tag r20-3b24
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:59:05 +0200 |
parents | ecf6ba7b0a10 |
children | 850242ba4a81 |
comparison
equal
deleted
inserted
replaced
194:2947057885e5 | 195:a2f645c6b9f8 |
---|---|
35 | 35 |
36 (defvar autoload-file-name "auto-autoloads.el" | 36 (defvar autoload-file-name "auto-autoloads.el" |
37 "Filename that autoloads are expected to be found in.") | 37 "Filename that autoloads are expected to be found in.") |
38 | 38 |
39 (defvar packages-hardcoded-lisp | 39 (defvar packages-hardcoded-lisp |
40 '("cl-defs" | 40 '( |
41 ;; "startup" | 41 ;; "startup" |
42 ) | 42 ) |
43 "Lisp packages that are always dumped with XEmacs") | 43 "Lisp packages that are always dumped with XEmacs") |
44 | 44 |
45 (defvar packages-useful-lisp | 45 (defvar packages-useful-lisp |
46 '("bytecomp" | 46 '("bytecomp" |
47 "byte-optimize" | 47 "byte-optimize" |
48 "advice") | 48 "advice" |
49 "shadow") | |
49 "Lisp packages that need early byte compilation.") | 50 "Lisp packages that need early byte compilation.") |
50 | 51 |
51 (defvar packages-unbytecompiled-lisp | 52 (defvar packages-unbytecompiled-lisp |
52 '("paths.el" | 53 '("paths.el" |
53 "version.el") | 54 "version.el") |