Mercurial > hg > xemacs-beta
comparison lisp/site-load.el @ 28:1917ad0d78d7 r19-15b97
Import from CVS: tag r19-15b97
author | cvs |
---|---|
date | Mon, 13 Aug 2007 08:51:55 +0200 |
parents | 441bb1e64a06 |
children |
comparison
equal
deleted
inserted
replaced
27:0a3286277d9b | 28:1917ad0d78d7 |
---|---|
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 ;;; Code: | 31 ;;; Code: |
32 (defvar site-load-package-file "../lisp/site-packages" | 32 (defvar site-load-package-file "../site-packages" |
33 "File name containing the list of extra packages to dump with XEmacs.") | 33 "File name containing the list of extra packages to dump with XEmacs.") |
34 (defvar site-load-packages nil | 34 (defvar site-load-packages nil |
35 "A list of .elc files that should be dumped with XEmacs. | 35 "A list of .elc files that should be dumped with XEmacs. |
36 This variable should be set by `site-load-package-file'.") | 36 This variable should be set by `site-load-package-file'.") |
37 | 37 |