diff options
| -rw-r--r-- | isa/isa.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -346,7 +346,7 @@ isa-proofscript-mode." (string-match ".thy" (buffer-file-name))) (thy-mode) ;; Hack for splash screen - (if (and proof-mode-hook + (if (and (boundp 'proof-mode-hook) (memq 'proof-splash-timeout-waiter proof-mode-hook)) (proof-splash-timeout-waiter)) ;; Has this theory file already been loaded by Isabelle? |
