aboutsummaryrefslogtreecommitdiff
path: root/generic/proof-splash.el
diff options
context:
space:
mode:
authorDavid Aspinall1998-10-27 12:17:40 +0000
committerDavid Aspinall1998-10-27 12:17:40 +0000
commit0a42eb29804f7e384a6f1c406b8811c8a50a4692 (patch)
treec4c6e0dc6ef21e5b5d181bfd3d8733824fb34b01 /generic/proof-splash.el
parent2dad869969276edbe077c7576959a37692e0c12c (diff)
Begun work on clean byte compilation / clarifying interfaces.
Diffstat (limited to 'generic/proof-splash.el')
-rw-r--r--generic/proof-splash.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/proof-splash.el b/generic/proof-splash.el
index f5e83ee3..9f83e936 100644
--- a/generic/proof-splash.el
+++ b/generic/proof-splash.el
@@ -157,7 +157,9 @@ Only do it if proof-splash-display is nil."
;; redisplay until proof-internal-display-splash-time has elapsed.
;; Display the screen ASAP...
-(proof-splash-display-screen)
+;; FIXME: don't want this to display during compilation!
+(eval-when (load)
+ (proof-splash-display-screen))
(defun proof-splash-timeout-waiter ()
"Wait for proof-splash-timeout, then remove self from hook."