summaryrefslogtreecommitdiff
path: root/ide/coq.ml
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <smimram@debian.org>2006-01-19 22:34:29 +0000
committerGravatar Samuel Mimram <smimram@debian.org>2006-01-19 22:34:29 +0000
commit018ee3b0c2be79eb81b1f65c3f3fa142d24129c8 (patch)
treefbb91e2f74c73bb867ab62c58f248a704bbe6dec /ide/coq.ml
parent6497f27021fec4e01f2182014f2bb1989b4707f9 (diff)
Imported Upstream version 8.0pl3upstream/8.0pl3
Diffstat (limited to 'ide/coq.ml')
-rw-r--r--ide/coq.ml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ide/coq.ml b/ide/coq.ml
index e582f2d9..31f9829b 100644
--- a/ide/coq.ml
+++ b/ide/coq.ml
@@ -6,7 +6,7 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-(* $Id: coq.ml,v 1.38.2.1 2004/07/16 19:30:20 herbelin Exp $ *)
+(* $Id: coq.ml,v 1.38.2.2 2005/11/16 17:22:38 barras Exp $ *)
open Vernac
open Vernacexpr
@@ -95,10 +95,10 @@ let is_in_coq_path f =
let _ = Library.locate_qualified_library
(Libnames.make_qualid Names.empty_dirpath
(Names.id_of_string base)) in
- prerr_endline (f ^ "is in coq path");
+ prerr_endline (f ^ " is in coq path");
true
with _ ->
- prerr_endline (f ^ "is NOT in coq path");
+ prerr_endline (f ^ " is NOT in coq path");
false
let is_in_proof_mode () =