From 15c88a17ed57d59a592481fe1957ea206f4b511c Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Thu, 14 Feb 2002 05:05:26 +0000 Subject: [PATCH] Fix bug: name->foo procedures no longer accept string arguments. --- v7/src/edwin/hlpcom.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/hlpcom.scm b/v7/src/edwin/hlpcom.scm index ac28ad700..4ec01e0d5 100644 --- a/v7/src/edwin/hlpcom.scm +++ b/v7/src/edwin/hlpcom.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: hlpcom.scm,v 1.121 2000/10/26 19:25:18 cph Exp $ +;;; $Id: hlpcom.scm,v 1.122 2002/02/14 05:05:26 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-2000 Massachusetts Institute of Technology ;;; @@ -378,7 +378,7 @@ If you want VALUE to be a string, you must surround it with doublequotes." (substring-find-next-char string start end char))) (if (not terminator) (error "Missing terminator character:" char)) - (procedure (substring string start terminator) + (procedure (intern (substring string start terminator)) (fix:+ terminator 1) comtabs)))))) (subst-key -- 2.25.1