diff -r f14fcf94e0e9 -r 849efff7de15 src/HOL/Tools/Lifting/lifting_setup.ML --- a/src/HOL/Tools/Lifting/lifting_setup.ML Wed Oct 02 20:49:44 2024 +0200 +++ b/src/HOL/Tools/Lifting/lifting_setup.ML Wed Oct 02 22:08:52 2024 +0200 @@ -245,7 +245,7 @@ lthy |> Local_Theory.declaration {syntax = false, pervasive = true, pos = \<^here>} (fn phi => Lifting_Info.init_restore_data bundle_name (phi_qinfo phi)) - |> Bundle.bundle ((binding, [restore_lifting_att])) [] + |> Bundle.bundle {open_bundle = false} ((binding, [restore_lifting_att])) [] |> pair binding end