From c4d298a347bace37c4fe06fa0e1a4668b92028ed Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Thu, 5 Jun 2008 12:12:44 +0000 Subject: file name completion for command i --- src-3.0/GF/System/Readline.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src-3.0/GF/System/Readline.hs') diff --git a/src-3.0/GF/System/Readline.hs b/src-3.0/GF/System/Readline.hs index 94fca89bd..db122c3e2 100644 --- a/src-3.0/GF/System/Readline.hs +++ b/src-3.0/GF/System/Readline.hs @@ -14,14 +14,14 @@ -- Uses the right readline library to read user input. ----------------------------------------------------------------------------- -module GF.System.Readline (fetchCommand, setCompletionFunction) where +module GF.System.Readline (fetchCommand, setCompletionFunction, filenameCompletionFunction) where #ifdef USE_READLINE -import GF.System.UseReadline (fetchCommand, setCompletionFunction) +import GF.System.UseReadline #else -import GF.System.NoReadline (fetchCommand, setCompletionFunction) +import GF.System.NoReadline #endif -- cgit v1.2.3