aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ide/coqide.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/coqide.ml b/ide/coqide.ml
index b1f7b96162..9c6baee693 100644
--- a/ide/coqide.ml
+++ b/ide/coqide.ml
@@ -731,7 +731,7 @@ object(self)
input_buffer#delete_mark sentence.stop;
done;
(* Return the list of info messages and the error *)
- (!info, !error)
+ (List.rev !info, !error)
method private show_error phrase loc msg = match loc with
| None ->