autocompletion/commit
renamed module filter to acfilter
author | Jacco van Ossenbruggen |
---|---|
Wed Apr 9 11:51:23 2014 +0200 | |
committer | Jacco van Ossenbruggen |
Wed Apr 9 11:51:23 2014 +0200 | |
commit | 6e284eeacb00a63653e5101e0eb57ced433e9040 |
tree | dc78db5da7a41088b81ee42c88ff3bc533d7c8bc |
parent | b9838ce51f2029ee08c1a23a6594fc970ce75ad3 |
Diff style: patch stat
diff --git a/lib/ac_filter.pl b/lib/ac_filter.pl index 7077404..558438c 100644 --- a/lib/ac_filter.pl +++ b/lib/ac_filter.pl @@ -1,4 +1,4 @@ -:- module(filter, +:- module(acfilter, [ target_goal/3, % +Goal, +R, +Options filter_to_goal/3 % +FilterList, +R, -Goal ]).