seems safe to use the star under windows now for unsaved files

This commit is contained in:
Robby Findler 2011-01-08 20:25:11 -06:00
parent 49952e580b
commit 1425969f61

View File

@ -2089,8 +2089,7 @@ module browser threading seems wrong.
;; be sure asterisk is at the end of each list,
;; since that's a relatively safe character
(case (system-type)
[(windows) '("" "" "" "* ")]
[(unix) '("" "" "* ")]
[(unix windows) '("" "" "* ")]
[else '("" "" "* ")])])
(ormap
(lambda (candidate)