fix conflicts

This commit is contained in:
krasimir
2008-06-03 16:27:21 +00:00
parent 952e51d8f7
commit bd1fd95696

View File

@@ -160,7 +160,7 @@ allCommands pgf = Map.fromAscList [
prGrammar opts = case valIdOpts "printer" "" opts of
"cats" -> unwords $ categories pgf
v -> prPGF (read v) pgf
v -> prPGF (read v) pgf (prCId (absname pgf))
wordCompletion opts = do
let lang = head (optLangs opts)