Mercurial > hg > xemacs-beta
diff lisp/update-elc.el @ 223:2c611d1463a6 r20-4b10
Import from CVS: tag r20-4b10
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:10:54 +0200 |
parents | 262b8bb4a523 |
children | 0e522484dd2a |
line wrap: on
line diff
--- a/lisp/update-elc.el Mon Aug 13 10:10:03 2007 +0200 +++ b/lisp/update-elc.el Mon Aug 13 10:10:54 2007 +0200 @@ -29,13 +29,13 @@ ;; Byte compile the .EL files necessary to dump out xemacs. ;; Use this file like this: -;; + ;; temacs -batch -l ../lisp/update-elc.el $lisp -;; + ;; where $lisp comes from the Makefile. .elc files listed in $lisp will ;; cause the corresponding .el file to be compiled. .el files listed in ;; $lisp will be ignored. -;; + ;; (the idea here is that you can bootstrap if your .ELC files ;; are missing or badly out-of-date) @@ -81,13 +81,8 @@ nil 'dirs-only) (cons temp-path load-path)))) -;(load "backquote") -;(load "bytecomp-runtime") -;(load "subr") -;(load "replace") -;(load "version.el") -;(load "cl") -;(load "featurep") +;; At this point we need to have the package path initialized +(packages-find-packages package-path t t) ;; (print (prin1-to-string update-elc-files-to-compile))