Mercurial > hg > xemacs-beta
comparison lisp/update-elc.el @ 284:558f606b08ae r21-0b40
Import from CVS: tag r21-0b40
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:34:13 +0200 |
parents | 90d73dddcdc4 |
children | c6de09ad3017 |
comparison
equal
deleted
inserted
replaced
283:fa3d41851a08 | 284:558f606b08ae |
---|---|
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 (define-function 'defalias 'define-function) |
66 | 66 |
67 (setq load-path (decode-path-internal (getenv "EMACSBOOTSTRAPLOADPATH"))) | 67 (setq load-path (split-path (getenv "EMACSBOOTSTRAPLOADPATH"))) |
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") |