Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lisp/update-elc.el Mon Aug 13 10:40:50 2007 +0200 +++ b/lisp/update-elc.el Mon Aug 13 10:41:12 2007 +0200 @@ -62,9 +62,9 @@ ; ;; -batch gets filtered out. ; (nthcdr 3 command-line-args)))) -(define-function 'defalias 'define-function) +(setq load-path (split-path (getenv "EMACSBOOTSTRAPLOADPATH"))) -(setq load-path (split-path (getenv "EMACSBOOTSTRAPLOADPATH"))) +(load "very-early-lisp" nil t) (load "find-paths.el") (load "packages.el")