aboutsummaryrefslogtreecommitdiff
path: root/src/interp/htsetvar.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/htsetvar.boot')
-rw-r--r--src/interp/htsetvar.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/htsetvar.boot b/src/interp/htsetvar.boot
index 14c5dee1..058fcc8c 100644
--- a/src/interp/htsetvar.boot
+++ b/src/interp/htsetvar.boot
@@ -301,7 +301,7 @@ translateYesNoToTrueFalse x ==
chkNameList x ==
u := bcString2ListWords x
parsedNames := [ncParseFromString x for x in u]
- and/[IDENTP x for x in parsedNames] => parsedNames
+ and/[ident? x for x in parsedNames] => parsedNames
'"Please enter a list of identifiers separated by blanks"
chkPosInteger s ==