diff options
| author | Maxime Dénès | 2017-04-24 14:36:45 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-04-24 14:36:45 +0200 |
| commit | 83d30f7aa8be369a8caf7c130d5dfa4962470eda (patch) | |
| tree | 2919bee50a58ec3810950be43cdb18d96830c0c8 /ide | |
| parent | ecff95e24e69a8761f7aa154312fdcc01f99766b (diff) | |
| parent | 6c683786c8100259e8c78b710e4a75974ae00eba (diff) | |
Merge PR#565: Remove VernacError
Diffstat (limited to 'ide')
| -rw-r--r-- | ide/texmacspp.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ide/texmacspp.ml b/ide/texmacspp.ml index e787e48bf1..e20704b7fb 100644 --- a/ide/texmacspp.ml +++ b/ide/texmacspp.ml @@ -504,7 +504,6 @@ let rec tmpp v loc = xmlApply loc (Element("timeout",["val",string_of_int s],[]) :: [tmpp e loc]) | VernacFail e -> xmlApply loc (Element("fail",[],[]) :: [tmpp e loc]) - | VernacError _ -> xmlWithLoc loc "error" [] [] (* Syntax *) | VernacSyntaxExtension (_, ((_, name), sml)) -> |
