diff options
Diffstat (limited to 'src/GF/Shell')
| -rw-r--r-- | src/GF/Shell/Commands.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Shell/Commands.hs b/src/GF/Shell/Commands.hs index b5bd28e3c..c7b27c3ca 100644 --- a/src/GF/Shell/Commands.hs +++ b/src/GF/Shell/Commands.hs @@ -268,7 +268,7 @@ execECommand env c = case c of _ -> changeMsg ["command not yet implemented"] where sgr = firstStateGrammar env - agrs = [sgr] ---- allActiveGrammars env + agrs = allStateGrammars env ---- allActiveGrammars env cgr = canCEnv env gr = grammarCEnv env der = maybe True not $ caseYesNo (globalOptions env) noDepTypes |
