HistoryManager.st
changeset 202 cd007897317e
parent 200 a8ce61230a9d
child 214 f1220f2a24f7
--- a/HistoryManager.st	Wed Mar 27 13:26:56 1996 +0100
+++ b/HistoryManager.st	Wed Mar 27 13:57:20 1996 +0100
@@ -369,7 +369,7 @@
     "arrive here, whenever any class changed somehow.
      (something contains aSymbol describing what happened)"
 
-    | sourceCode newMethod fileInOrRecompiling ignore selector oldMethod|
+    | sourceCode newMethod fileInOrRecompiling selector oldMethod|
 
 "/    changedObject == self ifTrue:[  "for development only"
 "/        self halt.
@@ -483,6 +483,6 @@
 !HistoryManager class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.21 1996-03-26 14:34:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/HistoryManager.st,v 1.22 1996-03-27 12:57:20 cg Exp $'
 ! !
 HistoryManager initialize!