aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/command_windows.ml
diff options
context:
space:
mode:
authorGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-12-06 17:22:37 +0000
committerGravatar ppedrot <ppedrot@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-12-06 17:22:37 +0000
commita6aa391d9814d699ffa6e07851a12059ab7dc993 (patch)
tree1d3e91bfcf1e287cbba7d061400632db21abeb25 /ide/command_windows.ml
parenteb2b941d07895507d0b614597a5b4250f910b798 (diff)
Fixed a synchronization bug between coqtop and the CoqIDE command pane.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14771 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/command_windows.ml')
-rw-r--r--ide/command_windows.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/command_windows.ml b/ide/command_windows.ml
index 9792d8782..939238d3a 100644
--- a/ide/command_windows.ml
+++ b/ide/command_windows.ml
@@ -102,7 +102,7 @@ object(self)
in
try
result#buffer#set_text
- (match Coq.interp coqtop ~raw:true phrase with
+ (match Coq.interp !coqtop ~raw:true phrase with
| Interface.Fail (l,str) ->
("Error while interpreting "^phrase^":\n"^str)
| Interface.Good results ->