From: Taylor R. Campbell Date: Thu, 18 Sep 2008 05:19:16 +0000 (+0000) Subject: Don't assume that X-CLOSE-ALL-DISPLAYS is available. X-Git-Tag: 20090517-FFI~136 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=00149fd7436326eebfcb181eb70d6550a5e84d05;p=mit-scheme.git Don't assume that X-CLOSE-ALL-DISPLAYS is available. --- diff --git a/v7/src/sf/gconst.scm b/v7/src/sf/gconst.scm index 67394d8e3..475ef97f4 100644 --- a/v7/src/sf/gconst.scm +++ b/v7/src/sf/gconst.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: gconst.scm,v 4.42 2008/09/16 07:10:45 cph Exp $ +$Id: gconst.scm,v 4.43 2008/09/18 05:19:16 riastradh Exp $ Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, @@ -219,5 +219,4 @@ USA. (VECTOR? VECTOR?) (WITH-HISTORY-DISABLED WITH-HISTORY-DISABLED) (WITH-INTERRUPT-MASK WITH-INTERRUPT-MASK) - (WRITE-BITS! WRITE-BITS!) - (X-CLOSE-ALL-DISPLAYS X-CLOSE-ALL-DISPLAYS))) \ No newline at end of file + (WRITE-BITS! WRITE-BITS!))) \ No newline at end of file