aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/isar-autotest.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-14 10:35:46 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2007-12-14 10:35:46 +0000
commitae4394c4dbb2451770bb46b45a192b4ccd4f51b4 (patch)
tree53b04d4726f77a822d03aa21bfb470fabb58e959 /isar/isar-autotest.el
parentbad260e0cc29299403a81b43cc85c5d947785893 (diff)
Remove eval-when, seems unreliable
Diffstat (limited to 'isar/isar-autotest.el')
-rw-r--r--isar/isar-autotest.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/isar/isar-autotest.el b/isar/isar-autotest.el
index 2d5beef5..6bcfc0bc 100644
--- a/isar/isar-autotest.el
+++ b/isar/isar-autotest.el
@@ -7,7 +7,7 @@
(require 'pg-autotest)
-(eval-when (load)
+(unless (noninteractive)
;; The included test files
(pg-autotest message "Testing standard Example.thy, Example-Xsym.thy")