diff lisp/loadup.el @ 388:aabb7f5b1c81 r21-2-9

Import from CVS: tag r21-2-9
author cvs
date Mon, 13 Aug 2007 11:09:42 +0200
parents 8626e4521993
children 74fd4e045ea6
line wrap: on
line diff
--- a/lisp/loadup.el	Mon Aug 13 11:08:51 2007 +0200
+++ b/lisp/loadup.el	Mon Aug 13 11:09:42 2007 +0200
@@ -50,8 +50,10 @@
     #'(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*"))