diff options
Diffstat (limited to 'src/interp/br-util.boot')
-rw-r--r-- | src/interp/br-util.boot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interp/br-util.boot b/src/interp/br-util.boot index 648c0e18..55d8776a 100644 --- a/src/interp/br-util.boot +++ b/src/interp/br-util.boot @@ -505,7 +505,8 @@ dbSayItems(countOrPrefix,singular,plural,:options) == for x in options repeat bcHt x if count ~= 0 then bcHt '":" -dbBasicConstructor? conname == member(dbSourceFile conname,'("catdef" "coerce")) +dbBasicConstructor? conname == + dbSourceFile conname in '("catdef" "coerce") nothingFoundPage(:options) == htInitPage('"Sorry, no match found",nil) |