From 89036735348ea82879d72429c116c3347d9cae5e Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Wed, 4 Aug 1993 20:21:00 +0000 Subject: [PATCH] Don't write a message when the working directory of the inferior REPL is changed; this now happens at odd times and the messages are at best distracting. --- v7/src/edwin/intmod.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/v7/src/edwin/intmod.scm b/v7/src/edwin/intmod.scm index 151f72b32..4df2d5bb0 100644 --- a/v7/src/edwin/intmod.scm +++ b/v7/src/edwin/intmod.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: intmod.scm,v 1.59 1993/08/02 03:06:34 cph Exp $ +;;; $Id: intmod.scm,v 1.60 1993/08/04 20:21:00 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-93 Massachusetts Institute of Technology ;;; @@ -870,7 +870,8 @@ If this is an error, the debugger examines the error condition." (if (not transcript?) (begin (set-buffer-default-directory! (mark-buffer mark) directory) - (message (->namestring directory)))) + ;;(message (->namestring directory)) + )) #t))) (define (operation/set-default-environment port environment) -- 2.25.1