Mercurial > hg > xemacs-beta
diff lisp/prim/update-elc.el @ 173:8eaf7971accc r20-3b13
Import from CVS: tag r20-3b13
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:49:09 +0200 |
parents | 0132846995bd |
children | e121b013d1f0 |
line wrap: on
line diff
--- a/lisp/prim/update-elc.el Mon Aug 13 09:47:55 2007 +0200 +++ b/lisp/prim/update-elc.el Mon Aug 13 09:49:09 2007 +0200 @@ -128,14 +128,14 @@ (if update-elc-files-to-compile (progn (setq command-line-args -;; (cons (car command-line-args) - (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") -)) + (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")) + (condition-case nil + (delete-file "./NOBYTECOMPILE") + (t nil))) (kill-emacs)