Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
214:c5d88c05e1e9 | 215:1f0dabaa0855 |
---|---|
183 (kill-emacs)) | 183 (kill-emacs)) |
184 | 184 |
185 (when (member "run-temacs" command-line-args) | 185 (when (member "run-temacs" command-line-args) |
186 (message "\nBootstrapping from temacs...") | 186 (message "\nBootstrapping from temacs...") |
187 (setq purify-flag nil) | 187 (setq purify-flag nil) |
188 (setq inhibit-package-init t) | |
188 ;; Remove all args up to and including "run-temacs" | 189 ;; Remove all args up to and including "run-temacs" |
189 (apply #'run-emacs-from-temacs (cdr (member "run-temacs" command-line-args))) | 190 (apply #'run-emacs-from-temacs (cdr (member "run-temacs" command-line-args))) |
190 ;; run-emacs-from-temacs doesn't actually return anyway. | 191 ;; run-emacs-from-temacs doesn't actually return anyway. |
191 (kill-emacs)) | 192 (kill-emacs)) |
192 | 193 |