As mentioned by others before, compiler vendors could provide specific flags for legacy code to maintain “implicit save”.
A counter-argument to give higher priority to the removal of “implicit save” over the default “implicit none” is that “here and now” we can already use compiler flags to turn on “implicit none” with (all?) compilers whereas I am not aware of any compiler flag to remove “implicit save”. Thus, the standard committee might help provide such feature.