aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1992-12-19 20:55:16 +0000
committerRichard M. Stallman <[email protected]>1992-12-19 20:55:16 +0000
commit8c74709f517a8ce9743fc032b50d62215c394064 (patch)
tree38340222b6b38d0f3d6aead7c30a5ef81176517e
parente9fab8d3fcc5dba33e180991af49e0395a04c27f (diff)
Display load-path at start.
-rw-r--r--lisp/loadup.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/loadup.el b/lisp/loadup.el
index f13f6c7cc1..a620dcddd9 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -27,6 +27,9 @@
;;; Code:
+(message "Using load-path %s" load-path)
+(sleep-for 1)
+
;;; We don't want to have any undo records in the dumped Emacs.
(buffer-disable-undo "*scratch*")