And this method is funny :) because with a clean startup list it does not work:

LanguageEnvironment>>initialize
��� "LanguageEnvironment initialize"

��� Smalltalk addToStartUpList: LanguageEnvironment after: DiskStore.
��� Smalltalk addToStartUpList: DiskStore after: LanguageEnvironment.

Even better, the language environment initialize does not need DiskStore... so Maybe we can simplify it a lot.

On Mon, Jun 25, 2012 at 4:26 PM, Guillermo Polito <guillermopolito@gmail.com> wrote:
Hi!

is that hook used by anybody?� The only implementor does ^self...� And that method has no changed since 2009.