diff options
Diffstat (limited to 'src-3.0/GF/System/UseReadline.hs')
| -rw-r--r-- | src-3.0/GF/System/UseReadline.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src-3.0/GF/System/UseReadline.hs b/src-3.0/GF/System/UseReadline.hs index 7a4999850..a0e051601 100644 --- a/src-3.0/GF/System/UseReadline.hs +++ b/src-3.0/GF/System/UseReadline.hs @@ -12,7 +12,7 @@ -- Use GNU readline ----------------------------------------------------------------------------- -module GF.System.UseReadline (fetchCommand, setCompletionFunction) where +module GF.System.UseReadline (fetchCommand, setCompletionFunction, filenameCompletionFunction) where import System.Console.Readline |
