X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/9ff8f76bbca43e021f842b24493885f1c034f6a4..ca26824cb07d494481a14fea1642d38ad6c2a9e4:/lisp/loadup.el diff --git a/lisp/loadup.el b/lisp/loadup.el index 3568171897..11e5f1e583 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -44,6 +44,10 @@ ;; Add subdirectories to the load-path for files that might get ;; autoloaded when bootstrapping. +;; This is because PATH_DUMPLOADSEARCH is just "../lisp". +;; Note that we reset load-path below just before dumping, +;; since lread.c:init_lread checks for changes to load-path +;; in deciding whether to modify it. (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")