From 00149fd7436326eebfcb181eb70d6550a5e84d05 Mon Sep 17 00:00:00 2001 From: "Taylor R. Campbell" Date: Thu, 18 Sep 2008 05:19:16 +0000 Subject: [PATCH] Don't assume that X-CLOSE-ALL-DISPLAYS is available. --- v7/src/sf/gconst.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- 2.25.1