From: Adrian Robert Date: Fri, 18 Sep 2009 15:34:23 +0000 (+0000) Subject: * nsfns.m (x-close-connection): Drop PSFlush() under OS X. X-Git-Tag: emacs-pretest-23.1.90~1253 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8aad0aea8b09d800d5c8805a7766f280d7622991;p=emacs.git * nsfns.m (x-close-connection): Drop PSFlush() under OS X. --- 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;