*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 27 Mar 1996 13:57:20 +0100
changeset 202 cd007897317e
parent 201 50075d77164a
child 203 6ae89d74624b
*** empty log message ***
HistMgr.st
HistoryManager.st
--- a/HistMgr.st	Wed Mar 27 13:26:56 1996 +0100
+++ b/HistMgr.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/Attic/HistMgr.st,v 1.21 1996-03-26 14:34:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic3/Attic/HistMgr.st,v 1.22 1996-03-27 12:57:20 cg Exp $'
 ! !
 HistoryManager initialize!
--- 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!