aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/vernac.ml
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/vernac.ml')
-rw-r--r--toplevel/vernac.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/vernac.ml b/toplevel/vernac.ml
index f46ef8f13..faf4f1bdd 100644
--- a/toplevel/vernac.ml
+++ b/toplevel/vernac.ml
@@ -240,7 +240,7 @@ let pr_new_syntax loc ocom =
| Some com -> Ppvernac.pr_vernac com
| None -> mt() in
if !beautify_file then
- pp (hov 0 (comment (fst loc) ++ com ++ comment (snd loc)))
+ msg (hov 0 (comment (fst loc) ++ com ++ comment (snd loc)))
else
msg_info (hov 4 (str"New Syntax:" ++ fnl() ++ (hov 0 com)));
States.unfreeze fs;