From 49cccae774a5b0456e6f2e9516da90756adbd15f Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 2 Sep 1993 20:10:03 +0000 Subject: [PATCH] Fix bug introduced in last edit. --- v7/src/edwin/comman.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/comman.scm b/v7/src/edwin/comman.scm index b25718b48..389081c26 100644 --- a/v7/src/edwin/comman.scm +++ b/v7/src/edwin/comman.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: comman.scm,v 1.72 1993/09/02 03:34:20 gjr Exp $ +$Id: comman.scm,v 1.73 1993/09/02 20:10:03 gjr Exp $ Copyright (c) 1986, 1989-1993 Massachusetts Institute of Technology @@ -340,7 +340,7 @@ of that license should have been included along with this file. (begin (set! *doc-string-channel* (file-open-input-channel - (->namestring *external-doc-strings-file*))) + (->namestring doc-strings))) unspecific)))))) (add-event-receiver! event:after-restart -- 2.25.1