From 4b989d941ff5beba82a8045e7b59127fad6422ba Mon Sep 17 00:00:00 2001 From: Phil Jackson Date: Sun, 10 Aug 2008 20:53:37 +0100 Subject: [PATCH] Added treat for byte-compiler. --- etest.el | 2 ++ etest.texinfo | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/etest.el b/etest.el index eea8bd4..0d298e1 100644 --- a/etest.el +++ b/etest.el @@ -74,6 +74,8 @@ (require 'etest-result-mode) (require 'etest-execute) +(eval-when-compile (require 'cl)) + (defvar etest-results-function 'etest-rm-refresh-buffer "Function used to display the results of a run.") diff --git a/etest.texinfo b/etest.texinfo index 5f37055..8e9b2a7 100644 --- a/etest.texinfo +++ b/etest.texinfo @@ -474,6 +474,6 @@ result (@code{:todo}) with the value @code{t}. The result mode takes account of this by highlighting todoed tests and showing you what happened when ETest actually ran the test (catching -all exceptions). +any exceptions so as not to stop a run). @bye -- 2.11.4.GIT