summaryrefslogtreecommitdiff
path: root/scheme/plt/geiser/modules.ss
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2009-05-16 00:31:20 +0200
committerJose Antonio Ortega Ruiz <jao@gnu.org>2009-05-16 00:31:20 +0200
commit588b11871548e3eb8712cca5dc710462e34d8e03 (patch)
treee31c4dd9b9e032930bddb347c0d3339e9f0b574e /scheme/plt/geiser/modules.ss
parent774235f8f08166dbe1311047235fa160a37a3d08 (diff)
downloadgeiser-chez-588b11871548e3eb8712cca5dc710462e34d8e03.tar.gz
geiser-chez-588b11871548e3eb8712cca5dc710462e34d8e03.tar.bz2
PLT: A bit more sensible prompt format.
Diffstat (limited to 'scheme/plt/geiser/modules.ss')
-rw-r--r--scheme/plt/geiser/modules.ss2
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)