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:
parent
a50878fabd
commit
969e684aa5
2 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue