Mercurial > hg > xemacs-beta
diff lisp/prim/update-elc.el @ 78:c7528f8e288d r20-0b34
Import from CVS: tag r20-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:05:42 +0200 |
parents | 131b0175ea99 |
children | 43dd3413c7c7 |
line wrap: on
line diff
--- a/lisp/prim/update-elc.el Mon Aug 13 09:05:11 2007 +0200 +++ b/lisp/prim/update-elc.el Mon Aug 13 09:05:42 2007 +0200 @@ -48,10 +48,11 @@ (progn (setq command-line-args (cons (car command-line-args) - (append '("-l" "loadup-el.el" "run-temacs" - "-batch" "-q" "-no-site-file" "-f" - "batch-byte-compile") - update-elc-files-to-compile))) + (append + '("-l" "loadup-el.el" "run-temacs" + "-batch" "-q" "-no-site-file" + "-l" "bytecomp" "-f" "batch-byte-compile") + update-elc-files-to-compile))) (load "loadup-el.el"))) (kill-emacs)