Mercurial > emacs
changeset 90171:36268d866121
If we are byte-compiling unidata-gen.el or running
unidata-ge-files, set purify-flag to nil.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 11 May 2005 12:23:21 +0000 |
parents | eb21184cb8bc |
children | a6b2dca95008 |
files | lisp/loadup.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/loadup.el Wed May 11 12:21:51 2005 +0000 +++ b/lisp/loadup.el Wed May 11 12:23:21 2005 +0000 @@ -32,6 +32,8 @@ ;; get autoloaded when bootstrapping (if (or (equal (nth 3 command-line-args) "bootstrap") (equal (nth 4 command-line-args) "bootstrap") + (equal (nth 3 command-line-args) "unidata-gen.el") + (equal (nth 4 command-line-args) "unidata-gen-files") ;; in case CANNOT_DUMP (equal (nth 0 command-line-args) "../src/bootstrap-emacs")) (let ((dir (car load-path)))