Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/site-load.el Mon Aug 13 09:15:51 2007 +0200 +++ b/lisp/site-load.el Mon Aug 13 09:16:51 2007 +0200 @@ -28,8 +28,11 @@ ;; make-docfiles, syntax is strict and unforgiving. So sue me. It ;; is still better than the way it used to be. +;; Also note that site-packages belongs in the top level directory not the +;; lisp directory for use with --srcdir configurations. + ;;; Code: -(defvar site-load-package-file "../lisp/site-packages" +(defvar site-load-package-file "../site-packages" "File name containing the list of extra packages to dump with XEmacs.") (defvar site-load-packages nil "A list of .elc files that should be dumped with XEmacs.