swish/commit

Provide var_prefix config

authorJan Wielemaker
Wed Sep 7 09:23:58 2016 +0200
committerJan Wielemaker
Wed Sep 7 09:23:58 2016 +0200
commit79fca0afbb96dec18dbdcf930b013c88babee74a
tree755dd8358903003b8b4fa36e7fe99df8f378ba7a
parent5f61bdc7c2f55115520617ac8dd788fbab4fdd2a
Diff style: patch stat
diff --git a/config-available/swish.pl b/config-available/swish.pl
index 1f15689..4837bbf 100644
--- a/config-available/swish.pl
+++ b/config-available/swish.pl
@@ -39,6 +39,10 @@ user:file_search_path(example,	 examples).
 % checkbox.
 swish_config:config(community_examples, true).
 
+% Uncomment this to make Captitalised words _atoms_.  Variables must
+% be written as _var.  Requires SWI-Prolog 7.3.27.
+%:- set_prolog_flag(swish:var_prefix, true).
+
 %%      cliopatria:menu_item(-Item, -Label) is nondet.
 %
 %       Add SWISH to the Query menu.