comparison lisp/update-elc.el @ 5468:a9094f28f9a9

Merge with trunk.
author Mats Lidell <matsl@xemacs.org>
date Wed, 19 Jan 2011 22:35:23 +0100
parents 6506fcb40fcf 8608eadee6ba
children bd80d9103fc8
comparison
equal deleted inserted replaced
5457:4ed2dedf36a1 5468:a9094f28f9a9
379 (list arg)))) 379 (list arg))))
380 bootstrap-other))) 380 bootstrap-other)))
381 (mapc 381 (mapc
382 #'(lambda (arg) 382 #'(lambda (arg)
383 (setq update-elc-files-to-compile 383 (setq update-elc-files-to-compile
384 (delete arg update-elc-files-to-compile))) 384 (delete* arg update-elc-files-to-compile
385 :test (if default-file-system-ignore-case
386 #'equalp
387 #'equal))))
385 (append bc-bootstrap bootstrap-other)) 388 (append bc-bootstrap bootstrap-other))
386 (setq command-line-args 389 (setq command-line-args
387 (append 390 (append
388 '("-l" "loadup-el.el" "run-temacs" 391 '("-l" "loadup-el.el" "run-temacs"
389 "-batch" "-no-packages" "-no-autoloads" 392 "-batch" "-no-packages" "-no-autoloads"