summaryrefslogtreecommitdiff
path: root/src/GF/UseGrammar/Custom.hs
diff options
context:
space:
mode:
authoraarne <unknown>2005-11-09 14:14:30 +0000
committeraarne <unknown>2005-11-09 14:14:30 +0000
commitaa3ba333d89cab64ed2e75f7d7e9b211e409d8e9 (patch)
tree77b6dd9a79f5902bf403e93fca9396d017e6d6b5 /src/GF/UseGrammar/Custom.hs
parentd1675f0abad7a84d1a1627390c304c9793fd62af (diff)
preparing for new ShellState
Diffstat (limited to 'src/GF/UseGrammar/Custom.hs')
-rw-r--r--src/GF/UseGrammar/Custom.hs10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/GF/UseGrammar/Custom.hs b/src/GF/UseGrammar/Custom.hs
index c13b5c91c..2647f16f4 100644
--- a/src/GF/UseGrammar/Custom.hs
+++ b/src/GF/UseGrammar/Custom.hs
@@ -5,9 +5,9 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/11/01 20:09:04 $
--- > CVS $Author: bringert $
--- > CVS $Revision: 1.81 $
+-- > CVS $Date: 2005/11/09 15:14:30 $
+-- > CVS $Author: aarne $
+-- > CVS $Revision: 1.82 $
--
-- A database for customizable GF shell commands.
--
@@ -305,8 +305,8 @@ customGrammarPrinter =
,(strCI "cfg-skvatt", Cnv.cfg2skvatt . stateCFG)
,(strCI "simple", Prt.prt . uncurry Cnv.gfc2simple . stateGrammarLangOpts)
,(strCI "mcfg-erasing", Prt.prt . fst . snd . uncurry Cnv.convertGFC . stateGrammarLangOpts)
- ,(strCI "mcfg-old", PrtOld.prt . CnvOld.mcfg . statePInfoOld)
- ,(strCI "cfg-old", PrtOld.prt . CnvOld.cfg . statePInfoOld)
+-- ,(strCI "mcfg-old", PrtOld.prt . CnvOld.mcfg . statePInfoOld)
+-- ,(strCI "cfg-old", PrtOld.prt . CnvOld.cfg . statePInfoOld)
]
where stateGrammarLangOpts s = (stateOptions s, stateGrammarLang s)