diff options
| author | David Aspinall | 2000-07-12 12:47:50 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-07-12 12:47:50 +0000 |
| commit | 72d9fc3b1e6633edf59b7357d221b8df5c6e0a2e (patch) | |
| tree | 97fa22e5c8a316c2ea30177f796c0f5119d3430b | |
| parent | 655feae949e6cd6b19778d819305bc192846217d (diff) | |
Make proof-splash-message autoload.
| -rw-r--r-- | generic/proof-splash.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/generic/proof-splash.el b/generic/proof-splash.el index 3a3cc961..9e4c9754 100644 --- a/generic/proof-splash.el +++ b/generic/proof-splash.el @@ -141,6 +141,7 @@ Borrowed from startup-center-spaces." (proof-splash-timeout-waiter)) (setq proof-splash-seen t))) +;;;###autoload (defun proof-splash-message () "Make sure the user gets welcomed one way or another." (unless proof-splash-seen |
