]> code.delx.au - gnu-emacs/blobdiff - lisp/loadup.el
merge trunk
[gnu-emacs] / lisp / loadup.el
index 36bf8dea082c2860bf1250d82388cf05ae2dfbe8..b087aa79040723ea55f8f6e53478d7ab981c3240 100644 (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)