diff options
author | bitnitdit <[email protected]> | 2017-08-03 09:40:45 +0800 |
---|---|---|
committer | bitnitdit <[email protected]> | 2017-08-03 09:40:45 +0800 |
commit | fbed0ac73b65010953db2a2b87c472b191c1382e (patch) | |
tree | a943961476bea44ee0e75defff0e8ba909ca05d8 /lib/wx/examples/demo | |
parent | e25f673d520342bfe7cd479ef6b850a57f8ab1ea (diff) | |
download | otp-fbed0ac73b65010953db2a2b87c472b191c1382e.tar.gz otp-fbed0ac73b65010953db2a2b87c472b191c1382e.tar.bz2 otp-fbed0ac73b65010953db2a2b87c472b191c1382e.zip |
Remove query keyword residues
There are still some query residues used as a keyword. Remove them.
query was no longer a keyword since the commit 0dc3a29744bed0b7f483ad72e19773dc0982ea50 2012-11-19.
Diffstat (limited to 'lib/wx/examples/demo')
-rw-r--r-- | lib/wx/examples/demo/demo.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/wx/examples/demo/demo.erl b/lib/wx/examples/demo/demo.erl index 8fb70ad7b0..8f3291305b 100644 --- a/lib/wx/examples/demo/demo.erl +++ b/lib/wx/examples/demo/demo.erl @@ -411,7 +411,7 @@ find(Ed) -> keyWords() -> L = ["after","begin","case","try","cond","catch","andalso","orelse", - "end","fun","if","let","of","query","receive","when","bnot","not", + "end","fun","if","let","of","receive","when","bnot","not", "div","rem","band","and","bor","bxor","bsl","bsr","or","xor"], lists:flatten([K ++ " " || K <- L] ++ [0]). |