# HG changeset patch # User Claus Gittinger # Date 1459428684 -7200 # Node ID a56e68fef227f149cb4a0e662ceff8cd7b817840 # Parent bfdc1571fffa6dec8acfaa4fef5ab513e2f897e8 *** empty log message *** diff -r bfdc1571fffa -r a56e68fef227 smalltalk.rc --- a/smalltalk.rc Thu Mar 31 14:50:32 2016 +0200 +++ b/smalltalk.rc Thu Mar 31 14:51:24 2016 +0200 @@ -836,7 +836,7 @@ "/ load initial packages "/ UserPreferences current autoloadedPackages notEmpty ifTrue:[ - (Smalltalk commandLineArguments includes:'--´noautoload') ifTrue:[ + (Smalltalk commandLineArguments includes:'--noautoload') ifTrue:[ 'smalltalk.rc [info]: autoloaded packages suppressed.' infoPrintCR. ] ifFalse:[ 'smalltalk.rc [info]: loading autoloaded packages...' infoPrintCR.