comparison lisp/update-elc.el @ 304:c6de09ad3017 r21-0b50

Import from CVS: tag r21-0b50
author cvs
date Mon, 13 Aug 2007 10:41:12 +0200
parents 558f606b08ae
children d1b52dcaa789
comparison
equal deleted inserted replaced
303:d02ffe1d75ed 304:c6de09ad3017
60 ; (set-file-modes x (logior (file-modes x) 128))) 60 ; (set-file-modes x (logior (file-modes x) 128)))
61 ; src)))))) 61 ; src))))))
62 ; ;; -batch gets filtered out. 62 ; ;; -batch gets filtered out.
63 ; (nthcdr 3 command-line-args)))) 63 ; (nthcdr 3 command-line-args))))
64 64
65 (define-function 'defalias 'define-function) 65 (setq load-path (split-path (getenv "EMACSBOOTSTRAPLOADPATH")))
66 66
67 (setq load-path (split-path (getenv "EMACSBOOTSTRAPLOADPATH"))) 67 (load "very-early-lisp" nil t)
68 68
69 (load "find-paths.el") 69 (load "find-paths.el")
70 (load "packages.el") 70 (load "packages.el")
71 (load "setup-paths.el") 71 (load "setup-paths.el")
72 (load "dump-paths.el") 72 (load "dump-paths.el")