Fixed typo.
authorStephen Adams <edu/mit/csail/zurich/adams>
Wed, 24 Aug 1994 19:57:15 +0000 (19:57 +0000)
committerStephen Adams <edu/mit/csail/zurich/adams>
Wed, 24 Aug 1994 19:57:15 +0000 (19:57 +0000)
v7/src/edwin/utils.scm

index c062e1a34875d32adbef341249cdee82a7d8b19f..4c1d8bf38a88b3217915fbe9c0e80100d4117e51 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: utils.scm,v 1.37 1994/08/24 19:50:40 adams Exp $
+;;;    $Id: utils.scm,v 1.38 1994/08/24 19:57:15 adams Exp $
 ;;;
 ;;;    Copyright (c) 1986, 1989-94 Massachusetts Institute of Technology
 ;;;
       (ucode-primitive string-allocate)))
 
 (define set-string-maximum-length!
-  (if (compiler-procedure? edwin-set-string-maximum-length!)
+  (if (compiled-procedure? edwin-set-string-maximum-length!)
       edwin-set-string-maximum-length!
       (ucode-primitive set-string-maximum-length!)))
 \f