aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1992-12-19 20:55:16 +0000
committerRichard M. Stallman1992-12-19 20:55:16 +0000
commit8c74709f517a8ce9743fc032b50d62215c394064 (patch)
tree38340222b6b38d0f3d6aead7c30a5ef81176517e
parente9fab8d3fcc5dba33e180991af49e0395a04c27f (diff)
downloademacs-8c74709f517a8ce9743fc032b50d62215c394064.tar.gz
emacs-8c74709f517a8ce9743fc032b50d62215c394064.zip
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 f13f6c7cc1e..a620dcddd9a 100644
--- a/lisp/loadup.el
+++ b/lisp/loadup.el
@@ -27,6 +27,9 @@
27 27
28;;; Code: 28;;; Code:
29 29
30(message "Using load-path %s" load-path)
31(sleep-for 1)
32
30;;; We don't want to have any undo records in the dumped Emacs. 33;;; We don't want to have any undo records in the dumped Emacs.
31(buffer-disable-undo "*scratch*") 34(buffer-disable-undo "*scratch*")
32 35