Mercurial > hg > xemacs-beta
diff lisp/loadup.el @ 249:83b3d10dcba9 r20-5b23
Import from CVS: tag r20-5b23
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:19:09 +0200 |
parents | e70b3a057e12 |
children | 677f6a0ee643 |
line wrap: on
line diff
--- a/lisp/loadup.el Mon Aug 13 10:18:22 2007 +0200 +++ b/lisp/loadup.el Mon Aug 13 10:19:09 2007 +0200 @@ -184,10 +184,13 @@ (message "Dumping under the name xemacs") ;; This is handled earlier in the build process. ;; (condition-case () (delete-file "xemacs") (file-error nil)) - (when (fboundp 'really-free) - (really-free)) - (dump-emacs "xemacs" "temacs") - (kill-emacs)) + (test-atoms) + (when (fboundp 'really-free) + (really-free)) + (test-atoms) + (dump-emacs "xemacs" "temacs") + (test-atoms) + (kill-emacs)) (when (member "run-temacs" command-line-args) (message "\nBootstrapping from temacs...")