diff options
Diffstat (limited to 'scheme/plt/geiser/modules.ss')
-rw-r--r-- | scheme/plt/geiser/modules.ss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scheme/plt/geiser/modules.ss b/scheme/plt/geiser/modules.ss index 142cf1e..5819bc4 100644 --- a/scheme/plt/geiser/modules.ss +++ b/scheme/plt/geiser/modules.ss @@ -87,7 +87,7 @@ ((eq? path '#%kernel) "(kernel)") ((string? path) path) ((symbol? path) (symbol->string path)) - (else "<top>"))) + (else ""))) (define (skippable-dir? path) |