diff options
| author | Clément Pit--Claudel | 2017-02-25 19:35:35 -0500 |
|---|---|---|
| committer | Clément Pit--Claudel | 2017-03-08 15:06:17 -0500 |
| commit | 98f2e463287e3562dc7b7126e062919a8604ca4a (patch) | |
| tree | e2fc6e477e8c82f4cc1db25cb81931ca9e680a84 /isar/isar-autotest.el | |
| parent | 673082b2bee3ca327db56bdc559f7f925259d1c8 (diff) | |
Remove compile-time calls to proof-ready-for-assistant
Compilation used to run in a separate Emacs process for each file, but that's not
what happens when installing PG with package.el.
Diffstat (limited to 'isar/isar-autotest.el')
| -rw-r--r-- | isar/isar-autotest.el | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/isar/isar-autotest.el b/isar/isar-autotest.el index 10ce61a1..091d2a0a 100644 --- a/isar/isar-autotest.el +++ b/isar/isar-autotest.el @@ -11,10 +11,10 @@ (require 'pg-autotest) (eval-when (compile) - (require 'cl) - (require 'proof-site) - (proof-ready-for-assistant 'isar)) + (require 'cl)) +(require 'proof-site) +(proof-ready-for-assistant 'isar) (declare-function isar-tracing:auto-quickcheck-toggle "isar.el") (declare-function isar-tracing:auto-solve-direct-toggle "isar.el") |
