1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-29 08:20:20 +02:00

(filename-completion-function): Export this.

This commit is contained in:
Kevin Ryde 2006-10-04 22:29:37 +00:00
parent 81cb2c6921
commit 9caed3f72e

View file

@ -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))