diff options
Diffstat (limited to 'isa')
| -rw-r--r-- | isa/isa.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -381,7 +381,9 @@ isa-proofscript-mode." ;; Hack for splash screen (if (and (boundp 'proof-mode-hook) (memq 'proof-splash-timeout-waiter proof-mode-hook)) - (proof-splash-timeout-waiter))) + (proof-splash-timeout-waiter) + ;; Otherwise, user may need welcoming. + (proof-splash-message))) (t (isa-proofscript-mode)))) |
