mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-05-21 06:39:17 +02:00
exporting history utils
This commit is contained in:
parent
dfa90962eb
commit
37f8c6c8b9
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
(define-module (chibi term edit-line)
|
(define-module (chibi term edit-line)
|
||||||
(export edit-line edit-line-repl)
|
(export edit-line edit-line-repl make-history history-insert! history-commit!)
|
||||||
(import-immutable (scheme) (chibi stty) (srfi 9))
|
(import-immutable (scheme) (chibi stty) (srfi 9))
|
||||||
(include "edit-line.scm"))
|
(include "edit-line.scm"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue