aboutsummaryrefslogtreecommitdiff
path: root/isar
diff options
context:
space:
mode:
Diffstat (limited to 'isar')
-rw-r--r--isar/isabelle-system.el2
-rw-r--r--isar/isar-autotest.el2
-rw-r--r--isar/isar-unicode-tokens.el2
-rw-r--r--isar/isar.el2
4 files changed, 4 insertions, 4 deletions
diff --git a/isar/isabelle-system.el b/isar/isabelle-system.el
index d4ef3762..e399474b 100644
--- a/isar/isabelle-system.el
+++ b/isar/isabelle-system.el
@@ -15,7 +15,7 @@
(eval-when-compile
(require 'cl)) ; mapcan, eval-when
-(eval-when (compile)
+(eval-when-compile
(require 'span)
(require 'scomint)
(require 'proof-site)
diff --git a/isar/isar-autotest.el b/isar/isar-autotest.el
index 091d2a0a..f8784bc2 100644
--- a/isar/isar-autotest.el
+++ b/isar/isar-autotest.el
@@ -10,7 +10,7 @@
(require 'pg-autotest)
-(eval-when (compile)
+(eval-when-compile
(require 'cl))
(require 'proof-site)
diff --git a/isar/isar-unicode-tokens.el b/isar/isar-unicode-tokens.el
index a1e05843..c6f58452 100644
--- a/isar/isar-unicode-tokens.el
+++ b/isar/isar-unicode-tokens.el
@@ -14,7 +14,7 @@
(require 'cl) ; for-loop
-(eval-when (compile)
+(eval-when-compile
(require 'unicode-tokens) ; it's loaded dynamically at runtime
(require 'proof-unicode-tokens)) ; that file loads us at runtime
diff --git a/isar/isar.el b/isar/isar.el
index b8119ee6..bb755d4f 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -19,7 +19,7 @@
(eval-when-compile
(require 'cl))
-(eval-when (compile)
+(eval-when-compile
(require 'span)
(require 'proof-syntax)
(require 'pg-goals)