jquery/commit

Avoid conflict with SWI-Prolog 7.3.3 jquery module name

authorJan Wielemaker
Mon Jun 29 10:37:07 2015 +0200
committerJan Wielemaker
Mon Jun 29 10:37:07 2015 +0200
commita1da03aa6b5f195f63f8ea43353d9127c7713560
tree3742888d56b76630e97e99ee1203898084c01cb3
parent76772bfb93f09b745ef12b0b4a29c9ac99b28f0a
Diff style: patch stat
diff --git a/lib/jquery.pl b/lib/jquery.pl
index bf81c03..1809174 100644
--- a/lib/jquery.pl
+++ b/lib/jquery.pl
@@ -27,7 +27,7 @@
     the GNU General Public License.
 */
 
-:- module(jquery,
+:- module(cp_jquery,
 	  [ jquery_depends/2,		% +File, -DependsOn
 	    use_jquery//1		% +Component
 	  ]).