revert last change

svn: r4849
This commit is contained in:
Eli Barzilay 2006-11-14 07:08:38 +00:00
parent bea30d7ba9
commit 56a3701974

View File

@ -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