removed empty-search string constant

original commit: c94fffa6b79e813aa0706402cdb8559e45c77856
This commit is contained in:
Paul Steckler 2002-08-12 17:37:12 +00:00
parent 19230340dc
commit 9f42f77c5f

View File

@ -436,14 +436,12 @@
files))))
docs doc-names doc-kinds)
(if (= 0 hit-count)
(cond
[(null? string-finds) (string-constant nothing-found-for-empty-search)]
[else
(format (string-constant nothing-found-for)
(format (string-constant nothing-found-for)
(apply
string-append
(cons (format "\"~a\"" (car string-finds))
(map (lambda (i) (format " ~a \"~a\"" (string-constant and) i))
(cdr string-finds)))))])
(cdr string-finds)))))
#f))))