Mercurial > hg > xemacs-beta
diff lisp/loadup.el @ 215:1f0dabaa0855 r20-4b6
Import from CVS: tag r20-4b6
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:07:35 +0200 |
parents | 41ff10fd062f |
children | 2c611d1463a6 |
line wrap: on
line diff
--- a/lisp/loadup.el Mon Aug 13 10:06:48 2007 +0200 +++ b/lisp/loadup.el Mon Aug 13 10:07:35 2007 +0200 @@ -185,6 +185,7 @@ (when (member "run-temacs" command-line-args) (message "\nBootstrapping from temacs...") (setq purify-flag nil) + (setq inhibit-package-init 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.