Autoload.st
changeset 789 155eca125ef0
parent 739 63566c9b691a
child 860 b3ffea40999a
equal deleted inserted replaced
788:e80f1c42b87b 789:155eca125ef0
   292 	newClass notNil ifTrue:[
   292 	newClass notNil ifTrue:[
   293 	    ^ newClass perform:(aMessage selector)
   293 	    ^ newClass perform:(aMessage selector)
   294 		 withArguments:(aMessage arguments)
   294 		 withArguments:(aMessage arguments)
   295 	]
   295 	]
   296     ].
   296     ].
   297     super doesNotUnderstand:aMessage
   297     ^ super doesNotUnderstand:aMessage
   298 !
   298 !
   299 
   299 
   300 new
   300 new
   301     "catch new"
   301     "catch new"
   302 
   302 
   360 ! !
   360 ! !
   361 
   361 
   362 !Autoload class methodsFor:'documentation'!
   362 !Autoload class methodsFor:'documentation'!
   363 
   363 
   364 version
   364 version
   365     ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.36 1995-12-12 12:55:20 cg Exp $'
   365     ^ '$Header: /cvs/stx/stx/libbasic/Autoload.st,v 1.37 1995-12-19 19:13:20 cg Exp $'
   366 ! !
   366 ! !
   367 Autoload initialize!
   367 Autoload initialize!