* readline.c: Doc fix.
authorJim Blandy <jimb@red-bean.com>
Sat, 3 Oct 1998 08:00:21 +0000 (08:00 +0000)
committerJim Blandy <jimb@red-bean.com>
Sat, 3 Oct 1998 08:00:21 +0000 (08:00 +0000)
commitcff278a8c713f2e5edd9dc9c84796ccb1db5fd05
treed69c6beae3891b75b4d90ecfa6c10f2e8dc18b17
parent4d3bacdd7d1fa0ef59be94577f05f3daf9ebb048
* readline.c: Doc fix.
(rl_cleanup_after_signal, rl_free_line_state): Make these static.
* readline.h (scm_filename_completion_function): Add prototype.
(scm_init_readline): Make this into a prototype.
* readline.c (scm_filename_completion_function): Use SCM_PROC to
declare this, instead of calling scm_make_subr manually.
libguile/readline.c