From: Chris Hanson Date: Fri, 10 Dec 1999 17:56:09 +0000 (+0000) Subject: Don't use **** in comments unless it marks an action item. X-Git-Tag: 20090517-FFI~4411 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=31d77f41ebfa8acd5bd36c64782209267df36e70;p=mit-scheme.git Don't use **** in comments unless it marks an action item. --- diff --git a/v7/src/edwin/xterm.scm b/v7/src/edwin/xterm.scm index 02bb028d2..8ac6fbbc4 100644 --- a/v7/src/edwin/xterm.scm +++ b/v7/src/edwin/xterm.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: xterm.scm,v 1.60 1999/12/10 17:55:22 cph Exp $ +;;; $Id: xterm.scm,v 1.61 1999/12/10 17:56:09 cph Exp $ ;;; ;;; Copyright (c) 1989-1999 Massachusetts Institute of Technology ;;; @@ -1028,7 +1028,7 @@ (hash-table/put! table display result) result))))) -;;; **** In the next two procedures, we must allow TIME to be 0, even +;;; In the next two procedures, we must allow TIME to be 0, even ;;; though the ICCCM forbids this, because existing clients use that ;;; value. An example of a broken client is GTK+ version 1.2.6.