mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-07-03 08:10:31 +02:00
(filename-completion-function): Export this.
This commit is contained in:
parent
230b466f78
commit
35a69665b8
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
;;;; readline.scm --- support functions for command-line editing
|
||||
;;;;
|
||||
;;;; Copyright (C) 1997, 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
|
||||
;;;; Copyright (C) 1997, 1999, 2000, 2001, 2002, 2005, 2006 Free Software Foundation, Inc.
|
||||
;;;;
|
||||
;;;; This program is free software; you can redistribute it and/or modify
|
||||
;;;; it under the terms of the GNU General Public License as published by
|
||||
|
@ -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