diff lisp/loadup.el @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 966663fcf606
children ca9a9ec9c1c1
line wrap: on
line diff
--- a/lisp/loadup.el	Mon Aug 13 10:27:41 2007 +0200
+++ b/lisp/loadup.el	Mon Aug 13 10:28:48 2007 +0200
@@ -90,6 +90,9 @@
 		  '(garbage-collect))
 	      (external-debugging-output (format "\nLoad file %s: not found\n"
 						 file))
+	      ;; Uncomment in case of trouble
+	      ;;(print (format "late-packages: %S" late-packages))
+	      ;;(print (format "guessed-roots: %S" (paths-find-emacs-roots invocation-directory invocation-name)))
 	      nil)))
 
 	(load (concat default-directory "../lisp/dumped-lisp.el"))