diff options
-rw-r--r-- | src/ChangeLog | 1 | ||||
-rw-r--r-- | src/nsfns.m | 3 |
2 files changed, 1 insertions, 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 <lekktu@gmail.com> 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; |