comparison lisp/packages.el @ 217:d44af0c54775 r20-4b7

Import from CVS: tag r20-4b7
author cvs
date Mon, 13 Aug 2007 10:08:34 +0200
parents 1f0dabaa0855
children 0e522484dd2a
comparison
equal deleted inserted replaced
216:43306a74e31c 217:d44af0c54775
60 "Lisp packages that are always dumped with XEmacs") 60 "Lisp packages that are always dumped with XEmacs")
61 61
62 (defvar packages-useful-lisp 62 (defvar packages-useful-lisp
63 '("bytecomp" 63 '("bytecomp"
64 "byte-optimize" 64 "byte-optimize"
65 "advice"
66 "shadow" 65 "shadow"
67 "cl-macs") 66 "cl-macs")
68 "Lisp packages that need early byte compilation.") 67 "Lisp packages that need early byte compilation.")
69 68
70 (defvar packages-unbytecompiled-lisp 69 (defvar packages-unbytecompiled-lisp