summaryrefslogtreecommitdiff
path: root/app-emacs/regress/files/1.5.1-regress.el-gentoo.patch
blob: a66081ed759c962cc4e35908aefdacc22da0df9c (plain)
1
2
3
4
5
6
7
8
9
10
11
--- regress-1.5.1.orig/regress.el	2005-06-29 12:53:39.000000000 -0500
+++ regress-1.5.1/regress.el	2005-06-30 10:11:38.000000000 -0500
@@ -114,6 +114,8 @@
 ;;  regression test fails and FAILURE-INDICATION is non-nil, it will
 ;;  be printed along with the results.
 
+(eval-when-compile
+  (require 'cl))
 
 ;; Here are some contrived, simple examples.  Much of regress.el
 ;; itself contains regression tests.  Search for "eval-when-compile",