made truncated message be red italics
svn: r8060 original commit: 5840ec28b3d0facc5604163587b1ca3cd7b030ac
This commit is contained in:
parent
6bdb23bf75
commit
878223492b
|
@ -145,7 +145,7 @@
|
|||
entries)))
|
||||
(if (<= (length entries) limit)
|
||||
'()
|
||||
(list (italic (format "Search truncated after ~a hits." limit))))))]))
|
||||
(list (make-element "schemeerror" (list (format "Search truncated after ~a hits." limit)))))))]))
|
||||
|
||||
(define (limit-length n l)
|
||||
(cond
|
||||
|
|
Loading…
Reference in New Issue
Block a user