*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Thu, 05 Aug 2004 14:31:05 +0200
changeset 8464 e9f4d3766157
parent 8463 65b467ab6ff0
child 8465 2d2211d74983
*** empty log message ***
ExecutableFunction.st
--- a/ExecutableFunction.st	Thu Aug 05 13:48:43 2004 +0200
+++ b/ExecutableFunction.st	Thu Aug 05 14:31:05 2004 +0200
@@ -344,7 +344,7 @@
      Return false (we dont know) here, to allow alien code objects to be
      handled by the browsers."
 
-     ^ false
+    ^ false
 
     "Created: 16.4.1996 / 16:37:48 / cg"
 !
@@ -355,7 +355,7 @@
      Return false (we dont know) here, to allow alien code objects to be
      handled by the browsers."
 
-     ^ false
+    ^ false
 
     "Created: / 9.11.1999 / 16:58:48 / cg"
 !
@@ -365,7 +365,7 @@
      Return false (we dont know) here, to allow alien code objects to be
      handled by the browsers."
 
-     ^ false
+    ^ false
 
     "Modified: / 18.8.2000 / 21:18:43 / cg"
 !
@@ -375,7 +375,7 @@
      Return false (we dont know) here, to allow alien code objects to be
      handled by the browsers."
 
-     ^ false
+    ^ false
 
     "Modified: / 18.8.2000 / 21:18:03 / cg"
 !
@@ -407,5 +407,5 @@
 !ExecutableFunction class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.50 2003-09-05 10:28:10 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ExecutableFunction.st,v 1.51 2004-08-05 12:31:05 cg Exp $'
 ! !