XEmacs 21.2.9
[chise/xemacs-chise.git.1] / lisp / loadup.el
index 61188a9..ee86aa9 100644 (file)
     #'(lambda ()
        ;; message not defined yet ...
        (setq load-path (split-path (getenv "EMACSBOOTSTRAPLOADPATH")))
+       (setq module-load-path (split-path (getenv "EMACSBOOTSTRAPMODULEPATH")))
 
        (external-debugging-output (format "\nUsing load-path %s" load-path))
+       (external-debugging-output (format "\nUsing module-load-path %s" module-load-path))
 
        ;; We don't want to have any undo records in the dumped XEmacs.
        (buffer-disable-undo (get-buffer "*scratch*"))