diff options
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 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 |
