projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edb9ebb
)
Don't beep when ignoring evaluation environment -- it's too annoying.
author
Chris Hanson
<org/chris-hanson/cph>
Fri, 24 Feb 1995 00:30:27 +0000
(
00:30
+0000)
committer
Chris Hanson
<org/chris-hanson/cph>
Fri, 24 Feb 1995 00:30:27 +0000
(
00:30
+0000)
v7/src/edwin/filcom.scm
patch
|
blob
|
history
diff --git
a/v7/src/edwin/filcom.scm
b/v7/src/edwin/filcom.scm
index 0781e1498766f1a3997abe04c6d57e21a7b7e198..de005b6719ac48e0f66078cd46efe05c6571e8a6 100644
(file)
--- a/
v7/src/edwin/filcom.scm
+++ b/
v7/src/edwin/filcom.scm
@@
-1,6
+1,6
@@
;;; -*-Scheme-*-
;;;
-;;; $Id: filcom.scm,v 1.18
3 1995/01/23 20:05:29
cph Exp $
+;;; $Id: filcom.scm,v 1.18
4 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))