unbreak drracket

This commit is contained in:
Robby Findler 2013-04-26 14:12:13 -05:00
parent 056a6044e5
commit 0f8d66b29f

View File

@ -1135,9 +1135,9 @@
;; in the current tab)
; if the bar is hidden entirely
(define error/status-message-hidden? #t)
; a list of pairs (in a vector of size 2) of strings and srclocs
; a list of triples (in a vector of size 3) of strings, srclocs, and stackframes (as strings)
; that show up in the bar and control the "jump to error" / next prev buttons
(define error/status-message-strs+srclocs '(#("" ())))
(define error/status-message-strs+srclocs '(#("" () ())))
(define error/status-index 0)
; if the string should be red/italic or just normal font