Mercurial > hg > xemacs-beta
diff lisp/loadup.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 | 33bdb3d4b97f |
line wrap: on
line diff
--- a/lisp/loadup.el Mon Aug 13 10:40:50 2007 +0200 +++ b/lisp/loadup.el Mon Aug 13 10:41:12 2007 +0200 @@ -37,7 +37,6 @@ (if (fboundp 'error) (error "loadup.el already loaded!")) -(define-function 'defalias 'define-function) (defvar running-xemacs t "Non-nil when the current emacs is XEmacs.") (defvar preloaded-file-list nil @@ -54,6 +53,9 @@ ;; We don't want to have any undo records in the dumped XEmacs. (buffer-disable-undo (get-buffer "*scratch*")) + ;; Load our first bootstrap support + (load "very-early-lisp" nil t) + ;; lread.c (or src/Makefile.in.in) has prepended ;; "${srcdir}/../lisp/" to load-path, which is how this file ;; has been found. At this point, enough of XEmacs has been