Minor loadup.el fix.

* lisp/loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
having a relative path in src/Makefile.in.
This commit is contained in:
Glenn Morris 2010-05-20 17:22:58 -07:00
parent a50878fabd
commit 969e684aa5
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2010-05-21 Glenn Morris <rgm@gnu.org>
* loadup.el [CANNOT_DUMP]: Update for bootstrap-emacs no longer
having a relative path in src/Makefile.in.
2010-05-20 Kevin Ryde <user42@zip.com.au>
* help-mode.el (help-make-xrefs): For Info node links turn

View file

@ -54,7 +54,7 @@
(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"))
(string-match "src/bootstrap-emacs" (nth 0 command-line-args)))
(let ((dir (car load-path)))
;; We'll probably overflow the pure space.
(setq purify-flag nil)