From: Chris Hanson Date: Thu, 28 Mar 1991 00:17:40 +0000 (+0000) Subject: Don't use temporary messages to flash matching parentheses in the X-Git-Tag: 20090517-FFI~10811 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=f010d7c65975c452d384f6bd2487c52f99233620;p=mit-scheme.git Don't use temporary messages to flash matching parentheses in the minibuffer. --- diff --git a/v7/src/edwin/simple.scm b/v7/src/edwin/simple.scm index f1ed46c5f..101acbdfe 100644 --- a/v7/src/edwin/simple.scm +++ b/v7/src/edwin/simple.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/simple.scm,v 1.32 1991/03/22 00:27:48 cph Exp $ +;;; $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/simple.scm,v 1.33 1991/03/28 00:17:40 cph Exp $ ;;; ;;; Copyright (c) 1985, 1989-91 Massachusetts Institute of Technology ;;; @@ -209,7 +209,7 @@ (with-current-point mark (lambda () (sit-for 500))))) - (else + ((not (typein-window? (current-window))) (temporary-message (let ((start (line-start mark 0)) (end (line-end mark 0)))