]> git.eshelyaron.com Git - emacs.git/commitdiff
* nsfns.m (x-close-connection): Drop PSFlush() under OS X.
authorAdrian Robert <Adrian.B.Robert@gmail.com>
Fri, 18 Sep 2009 15:34:23 +0000 (15:34 +0000)
committerAdrian Robert <Adrian.B.Robert@gmail.com>
Fri, 18 Sep 2009 15:34:23 +0000 (15:34 +0000)
src/ChangeLog
src/nsfns.m

index 24da9995201f7bb3b7c8d53102f89a1944be85cc..b7dd673f39037a05a9741dd62d26c87978c717f3 100644 (file)
@@ -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  <lekktu@gmail.com>
 
index f760aa63957f578d7dd77915c5210a1cc1e64af0..ab77a12b2ac7204a57a12608fa56ef240ecd1779 100644 (file)
@@ -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;