made truncated message be red italics
svn: r8060
This commit is contained in:
parent
3500ef305c
commit
5840ec28b3
|
@ -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