aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool
diff options
context:
space:
mode:
authorbitnitdit <[email protected]>2017-08-03 09:40:45 +0800
committerbitnitdit <[email protected]>2017-08-03 09:40:45 +0800
commitfbed0ac73b65010953db2a2b87c472b191c1382e (patch)
treea943961476bea44ee0e75defff0e8ba909ca05d8 /lib/reltool
parente25f673d520342bfe7cd479ef6b850a57f8ab1ea (diff)
downloadotp-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/reltool')
-rw-r--r--lib/reltool/src/reltool_mod_win.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reltool/src/reltool_mod_win.erl b/lib/reltool/src/reltool_mod_win.erl
index 2d56d74563..894d6e2ecb 100644
--- a/lib/reltool/src/reltool_mod_win.erl
+++ b/lib/reltool/src/reltool_mod_win.erl
@@ -833,7 +833,7 @@ load_code(Ed, Code) when is_binary(Code) ->
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]).