Mercurial > hg > xemacs-beta
comparison lisp/packages.el @ 288:e11d67e05968 r21-0b42
Import from CVS: tag r21-0b42
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:35:54 +0200 |
parents | 57709be46d1b |
children | c6de09ad3017 |
comparison
equal
deleted
inserted
replaced
287:13a0bd77a29d | 288:e11d67e05968 |
---|---|
138 (defvar autoload-file-name "auto-autoloads.el" | 138 (defvar autoload-file-name "auto-autoloads.el" |
139 "Filename that autoloads are expected to be found in.") | 139 "Filename that autoloads are expected to be found in.") |
140 | 140 |
141 (defvar packages-hardcoded-lisp | 141 (defvar packages-hardcoded-lisp |
142 '( | 142 '( |
143 #+infodock "id-vers" | 143 ;; Nothing at this time |
144 #+infodock "easymenu-id-xemacs" | |
145 ) | 144 ) |
146 "Lisp packages that are always dumped with XEmacs") | 145 "Lisp packages that are always dumped with XEmacs. |
146 This includes every package that is loaded directly by a package listed | |
147 in dumped-lisp.el and is not itself listed.") | |
147 | 148 |
148 (defvar packages-useful-lisp | 149 (defvar packages-useful-lisp |
149 '("bytecomp" | 150 '("bytecomp" |
150 "byte-optimize" | 151 "byte-optimize" |
151 "shadow" | 152 "shadow" |