diff options
| author | Richard M. Stallman | 1992-12-19 20:55:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-12-19 20:55:16 +0000 |
| commit | 8c74709f517a8ce9743fc032b50d62215c394064 (patch) | |
| tree | 38340222b6b38d0f3d6aead7c30a5ef81176517e | |
| parent | e9fab8d3fcc5dba33e180991af49e0395a04c27f (diff) | |
| download | emacs-8c74709f517a8ce9743fc032b50d62215c394064.tar.gz emacs-8c74709f517a8ce9743fc032b50d62215c394064.zip | |
Display load-path at start.
| -rw-r--r-- | lisp/loadup.el | 3 |
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 | ||