diff lisp/loadup.el @ 284:558f606b08ae r21-0b40

Import from CVS: tag r21-0b40
author cvs
date Mon, 13 Aug 2007 10:34:13 +0200
parents 7df0dd720c89
children c6de09ad3017
line wrap: on
line diff
--- a/lisp/loadup.el	Mon Aug 13 10:33:19 2007 +0200
+++ b/lisp/loadup.el	Mon Aug 13 10:34:13 2007 +0200
@@ -47,7 +47,7 @@
 (call-with-condition-handler 'really-early-error-handler
     #'(lambda ()
 	;; message not defined yet ...
-	(setq load-path (decode-path-internal (getenv "EMACSBOOTSTRAPLOADPATH")))
+	(setq load-path (split-path (getenv "EMACSBOOTSTRAPLOADPATH")))
 
 	(external-debugging-output (format "\nUsing load-path %s" load-path))