From 0f8d66b29f356e2f9f7bae59179a1bc432f76495 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Fri, 26 Apr 2013 14:12:13 -0500 Subject: [PATCH] unbreak drracket --- collects/drracket/private/module-language.rkt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/drracket/private/module-language.rkt b/collects/drracket/private/module-language.rkt index d7b4f174a3..8277fb8463 100644 --- a/collects/drracket/private/module-language.rkt +++ b/collects/drracket/private/module-language.rkt @@ -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