summaryrefslogtreecommitdiff
path: root/app-emacs/regress/files/1.5.1-regress.el-gentoo.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs/regress/files/1.5.1-regress.el-gentoo.patch')
-rw-r--r--app-emacs/regress/files/1.5.1-regress.el-gentoo.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/app-emacs/regress/files/1.5.1-regress.el-gentoo.patch b/app-emacs/regress/files/1.5.1-regress.el-gentoo.patch
new file mode 100644
index 000000000000..a66081ed759c
--- /dev/null
+++ b/app-emacs/regress/files/1.5.1-regress.el-gentoo.patch
@@ -0,0 +1,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",