diff lisp/site-load.el @ 253:157b30c96d03 r20-5b25

Import from CVS: tag r20-5b25
author cvs
date Mon, 13 Aug 2007 10:20:27 +0200
parents 850242ba4a81
children 966663fcf606
line wrap: on
line diff
--- a/lisp/site-load.el	Mon Aug 13 10:20:01 2007 +0200
+++ b/lisp/site-load.el	Mon Aug 13 10:20:27 2007 +0200
@@ -14,16 +14,16 @@
 
 ;; The file `site-packages' if it exists should look something like:
 ;; (setq site-load-packages '(
-;; "../lisp/modes/cc-mode"
-;; "../lisp/utils/redo"
-;; "../lisp/packages/scroll-in-place"
+;; "../lisp/modes/cc-mode.elc"
+;; "../lisp/utils/redo.elc"
+;; "../lisp/packages/scroll-in-place.elc"
 ;; )
 ;; )
 
 ;; The first line and the last line must be exact.  Each of the packages
 ;; listed must be double quoted, have either an absolute path, or a relative
 ;; to the build src directory path *and* be bytecompiled prior to the attempt
-;; to dump.
+;; to dump.  They also must explicitly have the .elc extension.
 
 ;; Because this is a trial implementation and the file is shared with
 ;; make-docfiles, syntax is strict and unforgiving.  So sue me.  It