# HG changeset patch # User Richard M. Stallman # Date 724798516 0 # Node ID 9befcd5962866a788935a6dff87c44d1f0d304e8 # Parent 357b58c8c858d0d74277b5d737684c9ef3e3d185 Display load-path at start. diff -r 357b58c8c858 -r 9befcd596286 lisp/loadup.el --- 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*")