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