merge from 1.8 branch
This commit is contained in:
parent
40296bab81
commit
afc4ccd4dd
7 changed files with 77 additions and 33 deletions
|
|
@ -9,6 +9,10 @@
|
|||
globals. Save and restore the new-input- and continuation-
|
||||
prompts around the REPL read call.
|
||||
|
||||
2006-10-05 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* ice-9/readline.scm (filename-completion-function): Export this.
|
||||
|
||||
2006-04-17 Kevin Ryde <user42@zip.com.au>
|
||||
|
||||
* ice-9/readline.scm: Bump lib file version to libguilereadline-v-18,
|
||||
|
|
|
|||
|
|
@ -27,7 +27,8 @@
|
|||
:use-module (ice-9 session)
|
||||
:use-module (ice-9 regex)
|
||||
:use-module (ice-9 buffered-input)
|
||||
:no-backtrace)
|
||||
:no-backtrace
|
||||
:export (filename-completion-function))
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue