From 61d11c649b4cd68e92861e2fea86f6c6a6b5bb6a Mon Sep 17 00:00:00 2001 From: herbelin Date: Thu, 27 Apr 2006 19:37:33 +0000 Subject: 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 --- ide/coqide.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ide') diff --git a/ide/coqide.ml b/ide/coqide.ml index b4e3b915fb..a90f473c1c 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 -- cgit v1.2.3