diff options
author | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2006-04-27 19:37:33 +0000 |
---|---|---|
committer | herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2006-04-27 19:37:33 +0000 |
commit | 61d11c649b4cd68e92861e2fea86f6c6a6b5bb6a (patch) | |
tree | ff162856b856b8fa11ac367ecf9bfa4a9de29034 /ide | |
parent | 2ec958c3c8d2942242837787a3941abb14702b5c (diff) |
Standardisation nom option_app en option_map
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8752 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide')
-rw-r--r-- | ide/coqide.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/coqide.ml b/ide/coqide.ml index b4e3b915f..a90f473c1 100644 --- a/ide/coqide.ml +++ b/ide/coqide.ml @@ -948,7 +948,7 @@ object(self) self#insert_message s; message_view#misc#draw None; if localize then - (match Util.option_app Util.unloc loc with + (match Util.option_map Util.unloc loc with | None -> () | Some (start,stop) -> let convert_pos = byte_offset_to_char_offset phrase in |