Fix typo.
authorChris Hanson <org/chris-hanson/cph>
Thu, 14 Mar 1991 04:26:42 +0000 (04:26 +0000)
committerChris Hanson <org/chris-hanson/cph>
Thu, 14 Mar 1991 04:26:42 +0000 (04:26 +0000)
v7/src/runtime/uerror.scm

index a650d57621716889daf0f53dcc0526b901d727ec..75fb0c03b8739afc4969d8ce3f95a576c99311b3 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/uerror.scm,v 14.22 1991/03/11 23:33:03 cph Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/uerror.scm,v 14.23 1991/03/14 04:26:42 cph Exp $
 
 Copyright (c) 1988-91 Massachusetts Institute of Technology
 
@@ -442,7 +442,7 @@ MIT in each case. |#
   (make-condition-type 'UNLINKABLE-VARIABLE condition-type:variable-error '()
     (lambda (condition port)
       (write-string "The variable " port)
-      (write (access-condition condition 'NAME) port)
+      (write (access-condition condition 'LOCATION) port)
       (write-string " is already bound; it cannot be linked to." port))))
 
 (define-error-handler 'BAD-ASSIGNMENT