From ae4394c4dbb2451770bb46b45a192b4ccd4f51b4 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Fri, 14 Dec 2007 10:35:46 +0000 Subject: Remove eval-when, seems unreliable --- coq/coq-autotest.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coq/coq-autotest.el') diff --git a/coq/coq-autotest.el b/coq/coq-autotest.el index 0e12d48c..160efdcb 100644 --- a/coq/coq-autotest.el +++ b/coq/coq-autotest.el @@ -8,7 +8,7 @@ (require 'pg-autotest) ;; The included test files -(eval-when (load) +(unless (noninteractive) (pg-autotest message "Testing standard examples") (pg-autotest script-wholefile "coq/example.v") (pg-autotest script-wholefile "coq/example-x-symbol.v") -- cgit v1.2.3