aboutsummaryrefslogtreecommitdiffstats
path: root/XMonad/Prompt.hs
diff options
context:
space:
mode:
Diffstat (limited to 'XMonad/Prompt.hs')
-rw-r--r--XMonad/Prompt.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/XMonad/Prompt.hs b/XMonad/Prompt.hs
index 946d0dc..d8133fd 100644
--- a/XMonad/Prompt.hs
+++ b/XMonad/Prompt.hs
@@ -71,7 +71,6 @@ import qualified XMonad.StackSet as W
import XMonad.Util.Font
import XMonad.Util.Types
import XMonad.Util.XSelection (getSelection)
-import XMonad.Util.XUtils (fi)
import Codec.Binary.UTF8.String (decodeString)
import Control.Applicative ((<$>))
@@ -922,4 +921,4 @@ historyNextMatching hm@(HistoryMatches ref) next = do
--
historyUpMatching, historyDownMatching :: HistoryMatches -> XP ()
historyUpMatching hm = historyNextMatching hm W.focusDown'
-historyDownMatching hm = historyNextMatching hm W.focusUp' \ No newline at end of file
+historyDownMatching hm = historyNextMatching hm W.focusUp'