* readline.scm: Moved from ../ice-9.
authorMarius Vollmer <mvo@zagadka.de>
Sat, 11 Sep 1999 15:20:54 +0000 (15:20 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Sat, 11 Sep 1999 15:20:54 +0000 (15:20 +0000)
commitb18c7b77b45d6338c39bf88a018ccfb7c8efacbc
tree451e3a8b29b568ab752638565d098b42c04afeba
parentf98e165e154522c4da09cf2ca9604d31950210f1
* readline.scm: Moved from ../ice-9.
Dynamically link libguilereadline.so.
(readline): Just define in this module, do not overwrite builtin
variable.  The builtin readline function is now named "%readline",
so this works.  See below.
(activate-readline): New function which contains the readline
activation code formerly found in top-repl.
guile-readline/readline.scm [new file with mode: 0644]