From ea145ddf5289c1f12d01a39ceb2935ddce8b31a0 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Tue, 3 Jun 2008 16:54:59 +0000 Subject: add setCompletionFunction in GF.System.Readline --- 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 c12493f98..94fca89bd 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) where +module GF.System.Readline (fetchCommand, setCompletionFunction) where #ifdef USE_READLINE -import GF.System.UseReadline (fetchCommand) +import GF.System.UseReadline (fetchCommand, setCompletionFunction) #else -import GF.System.NoReadline (fetchCommand) +import GF.System.NoReadline (fetchCommand, setCompletionFunction) #endif -- cgit v1.2.3