diff options
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/tacinterp.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/tacinterp.ml b/proofs/tacinterp.ml index c422b00699..b5f4d88f02 100644 --- a/proofs/tacinterp.ml +++ b/proofs/tacinterp.ml @@ -1189,5 +1189,5 @@ let add_tacdef na vbody = "There is already a Meta Definition or a Tactic Definition named "; 'sTR na>]; let _ = Lib.add_leaf (id_of_string na) OBJ (inMD (na,vbody)) in - if Options.is_verbose() then mSGNL [< 'sTR (na ^ " is defined") >] + Options.if_verbose mSGNL [< 'sTR (na ^ " is defined") >] end |
