From 56a370197471691152fbdd01379b2bbf593c3727 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Tue, 14 Nov 2006 07:08:38 +0000 Subject: [PATCH] revert last change svn: r4849 --- collects/readline/doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/readline/doc.txt b/collects/readline/doc.txt index 56a9291eff..5720d10552 100644 --- a/collects/readline/doc.txt +++ b/collects/readline/doc.txt @@ -14,7 +14,7 @@ interact with it. You can put the following in your ~/.mzschemerc so that MzScheme starts with readline support on xterms: - (when (terminal-port? (current-input-port)) + (when (regexp-match? #rx"xterm" (getenv "TERM")) (dynamic-require '(lib "rep.ss" "readline") #f)) or start MzScheme with