From 86bd10df36bc6c2fed5800ea1025635551e6c3e8 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 24 Feb 1995 00:30:27 +0000 Subject: [PATCH] Don't beep when ignoring evaluation environment -- it's too annoying. --- v7/src/edwin/filcom.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/v7/src/edwin/filcom.scm b/v7/src/edwin/filcom.scm index 0781e1498..de005b671 100644 --- a/v7/src/edwin/filcom.scm +++ b/v7/src/edwin/filcom.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: filcom.scm,v 1.183 1995/01/23 20:05:29 cph Exp $ +;;; $Id: filcom.scm,v 1.184 1995/02/24 00:30:27 cph Exp $ ;;; ;;; Copyright (c) 1986, 1989-95 Massachusetts Institute of Technology ;;; @@ -237,7 +237,6 @@ invocation." (begin (message "Ignoring bad evaluation environment: " (cadr entry)) - (editor-beep) (define-variable-local-value! buffer (ref-variable-object scheme-syntax-table) 'DEFAULT)) -- 2.25.1