mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
* readline.c (scm_readline): Export it to Scheme as "%readline".
This commit is contained in:
parent
370b47a80d
commit
f98e165e15
1 changed files with 1 additions and 1 deletions
|
@ -137,7 +137,7 @@ redisplay ()
|
|||
/* promptp = 1; */
|
||||
}
|
||||
|
||||
SCM_PROC (s_readline, "readline", 0, 4, 0, scm_readline);
|
||||
SCM_PROC (s_readline, "%readline", 0, 4, 0, scm_readline);
|
||||
|
||||
static int in_readline = 0;
|
||||
#ifdef USE_THREADS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue