mzscheme -> scheme/base
svn: r17386
This commit is contained in:
parent
f93b3d0334
commit
5994c5de59
|
@ -1,9 +1,10 @@
|
|||
;; This module initializes readline unconditionally, "rep.ss" uses it if we're
|
||||
;; using a `terminal-port?' for input.
|
||||
|
||||
(module rep-start mzscheme
|
||||
(require "pread.ss")
|
||||
#lang scheme/base
|
||||
|
||||
;; Change the input port and readline-prompt hook
|
||||
(current-input-port readline-input)
|
||||
(current-prompt-read read-cmdline-syntax))
|
||||
(require "pread.ss")
|
||||
|
||||
;; Change the input port and readline-prompt hook
|
||||
(current-input-port readline-input)
|
||||
(current-prompt-read read-cmdline-syntax)
|
||||
|
|
Loading…
Reference in New Issue
Block a user