aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--toplevel/vernacentries.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/vernacentries.ml b/toplevel/vernacentries.ml
index 1ac4ffcb9e..ff29135ba7 100644
--- a/toplevel/vernacentries.ml
+++ b/toplevel/vernacentries.ml
@@ -560,7 +560,7 @@ let _ =
add "SaveNamed"
(function
| [] ->
- (fun () -> if not(is_silent()) then show_script(); save_named false)
+ (fun () -> if not(is_silent()) then show_script(); save_named true)
| _ -> bad_vernac_args "SaveNamed")
let _ =