diff lisp/prim/update-elc.el @ 12:bcdc7deadc19 r19-15b7

Import from CVS: tag r19-15b7
author cvs
date Mon, 13 Aug 2007 08:48:16 +0200
parents 376386a54a3c
children 0293115a14e9
line wrap: on
line diff
--- a/lisp/prim/update-elc.el	Mon Aug 13 08:47:56 2007 +0200
+++ b/lisp/prim/update-elc.el	Mon Aug 13 08:48:16 2007 +0200
@@ -47,10 +47,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)