aboutsummaryrefslogtreecommitdiffstats
path: root/lib/wx/examples/demo
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-11-19 18:31:03 +0100
committerLoïc Hoguin <[email protected]>2013-01-16 12:46:47 +0100
commit0dc3a29744bed0b7f483ad72e19773dc0982ea50 (patch)
treeef36bb22deef8c43f0d876276883acf0e0d02014 /lib/wx/examples/demo
parentfa6771380931c7ded0ad4d36e6cd2554bb932dfc (diff)
downloadotp-0dc3a29744bed0b7f483ad72e19773dc0982ea50.tar.gz
otp-0dc3a29744bed0b7f483ad72e19773dc0982ea50.tar.bz2
otp-0dc3a29744bed0b7f483ad72e19773dc0982ea50.zip
Remove support for the query keyword and query expressions
Diffstat (limited to 'lib/wx/examples/demo')
-rw-r--r--lib/wx/examples/demo/demo_html_tagger.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/wx/examples/demo/demo_html_tagger.erl b/lib/wx/examples/demo/demo_html_tagger.erl
index 243e5d659f..46bfe73676 100644
--- a/lib/wx/examples/demo/demo_html_tagger.erl
+++ b/lib/wx/examples/demo/demo_html_tagger.erl
@@ -485,7 +485,6 @@ is_keyword('not') -> true;
is_keyword('of' ) -> true;
is_keyword('or' ) -> true;
is_keyword('orelse' ) -> true;
-is_keyword('query' ) -> true;
is_keyword('receive' ) -> true;
is_keyword('rem' ) -> true;
is_keyword('spec') -> true;