changeset 1692:9befcd596286

Display load-path at start.
author Richard M. Stallman <rms@gnu.org>
date Sat, 19 Dec 1992 20:55:16 +0000
parents 357b58c8c858
children 4b2f399dbea2
files lisp/loadup.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/loadup.el	Fri Dec 18 10:42:10 1992 +0000
+++ b/lisp/loadup.el	Sat Dec 19 20:55:16 1992 +0000
@@ -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*")