comparison lisp/site-load.el @ 104:cf808b4c4290 r20-1b4

Import from CVS: tag r20-1b4
author cvs
date Mon, 13 Aug 2007 09:16:51 +0200
parents 441bb1e64a06
children 850242ba4a81
comparison
equal deleted inserted replaced
103:30eda07fe280 104:cf808b4c4290
26 26
27 ;; Because this is a trial implementation and the file is shared with 27 ;; Because this is a trial implementation and the file is shared with
28 ;; make-docfiles, syntax is strict and unforgiving. So sue me. It 28 ;; make-docfiles, syntax is strict and unforgiving. So sue me. It
29 ;; is still better than the way it used to be. 29 ;; is still better than the way it used to be.
30 30
31 ;; Also note that site-packages belongs in the top level directory not the
32 ;; lisp directory for use with --srcdir configurations.
33
31 ;;; Code: 34 ;;; Code:
32 (defvar site-load-package-file "../lisp/site-packages" 35 (defvar site-load-package-file "../site-packages"
33 "File name containing the list of extra packages to dump with XEmacs.") 36 "File name containing the list of extra packages to dump with XEmacs.")
34 (defvar site-load-packages nil 37 (defvar site-load-packages nil
35 "A list of .elc files that should be dumped with XEmacs. 38 "A list of .elc files that should be dumped with XEmacs.
36 This variable should be set by `site-load-package-file'.") 39 This variable should be set by `site-load-package-file'.")
37 40