seems safe to use the star under windows now for unsaved files
This commit is contained in:
parent
49952e580b
commit
1425969f61
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue
Block a user