Mercurial > hg > xemacs-beta
diff lisp/loadup.el @ 235:85a06df23a9a r20-5b16
Import from CVS: tag r20-5b16
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:14:40 +0200 |
parents | 0e522484dd2a |
children | f220cc83d72e |
line wrap: on
line diff
--- a/lisp/loadup.el Mon Aug 13 10:14:17 2007 +0200 +++ b/lisp/loadup.el Mon Aug 13 10:14:40 2007 +0200 @@ -185,6 +185,8 @@ (message "\nBootstrapping from temacs...") (setq purify-flag nil) (setq inhibit-package-init t) + (setq inhibit-update-dumped-lisp t) + (setq inhibit-update-autoloads t) ;; Remove all args up to and including "run-temacs" (apply #'run-emacs-from-temacs (cdr (member "run-temacs" command-line-args))) ;; run-emacs-from-temacs doesn't actually return anyway.