From: Chris Hanson Date: Wed, 4 Aug 1993 20:21:00 +0000 (+0000) Subject: Don't write a message when the working directory of the inferior REPL X-Git-Tag: 20090517-FFI~8126 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=89036735348ea82879d72429c116c3347d9cae5e;p=mit-scheme.git 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. --- 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)