comparison lisp/update-elc.el @ 4998:b46c89ccbed3

Merge.
author Aidan Kehoe <kehoea@parhasard.net>
date Sat, 06 Feb 2010 12:28:19 +0000
parents 8431b52e43b1
children 99f8ebc082d9
comparison
equal deleted inserted replaced
4994:76af7fc13e81 4998:b46c89ccbed3
380 #'(lambda (arg) 380 #'(lambda (arg)
381 (when (member arg update-elc-files-to-compile) 381 (when (member arg update-elc-files-to-compile)
382 (append '("-f" "batch-byte-compile-one-file") 382 (append '("-f" "batch-byte-compile-one-file")
383 (list arg)))) 383 (list arg))))
384 bootstrap-other)))) 384 bootstrap-other))))
385 (mapc-internal 385 (mapc
386 #'(lambda (arg) 386 #'(lambda (arg)
387 (setq update-elc-files-to-compile 387 (setq update-elc-files-to-compile
388 (delete arg update-elc-files-to-compile))) 388 (delete arg update-elc-files-to-compile)))
389 (append bc-bootstrap bootstrap-other)) 389 (append bc-bootstrap bootstrap-other))
390 (setq command-line-args 390 (setq command-line-args