From 8aad0aea8b09d800d5c8805a7766f280d7622991 Mon Sep 17 00:00:00 2001 From: Adrian Robert Date: Fri, 18 Sep 2009 15:34:23 +0000 Subject: [PATCH] * nsfns.m (x-close-connection): Drop PSFlush() under OS X. --- src/ChangeLog | 1 + src/nsfns.m | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ChangeLog b/src/ChangeLog index 24da9995201..b7dd673f390 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -15,6 +15,7 @@ * nsfns.m (x_get_string_resource): Ape just-previous changes to other platform versions. Drop support for emacs-20-style face specs. + (x-close-connection): Drop PSFlush() under OS X. 2009-09-17 Juanma Barranquero diff --git a/src/nsfns.m b/src/nsfns.m index f760aa63957..ab77a12b2ac 100644 --- a/src/nsfns.m +++ b/src/nsfns.m @@ -1771,9 +1771,6 @@ The argument DISPLAY is currently ignored. */) Lisp_Object display; { check_ns (); -#ifdef NS_IMPL_COCOA - PSFlush (); -#endif /*ns_delete_terminal (dpyinfo->terminal); */ [NSApp terminate: NSApp]; return Qnil; -- 2.39.5