diff options
| author | David Aspinall | 1999-11-15 10:32:04 +0000 |
|---|---|---|
| committer | David Aspinall | 1999-11-15 10:32:04 +0000 |
| commit | f9449f39bc520ffd150738eaa53246e8ce2c743b (patch) | |
| tree | 07c28b24f6b4be46b957d6f48a8874049cb709d4 /isa | |
| parent | 0bf5592b68f717ec2bfaf7561d6ce8cb6790fb3a (diff) | |
Removed font-lock settings. Set proof-font-lock-zap-commas=t
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)))) |
