summaryrefslogtreecommitdiff
path: root/lib/DhMakeELPA
diff options
context:
space:
mode:
Diffstat (limited to 'lib/DhMakeELPA')
-rw-r--r--lib/DhMakeELPA/Command/make.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DhMakeELPA/Command/make.pm b/lib/DhMakeELPA/Command/make.pm
index 5f23b23..791a933 100644
--- a/lib/DhMakeELPA/Command/make.pm
+++ b/lib/DhMakeELPA/Command/make.pm
@@ -68,7 +68,7 @@ sub create_control {
->name( '*.el' )
->or(
# ERT
- File::Find::Rule ->grep( "ert-deftest" ),
+ File::Find::Rule ->grep( "\\(ert-deftest" ),
# Buttercup
File::Find::Rule ->grep( "\\(describe \"" )
);