diff options
Diffstat (limited to 'src')
| -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 @@ | |||
| 15 | 15 | ||
| 16 | * nsfns.m (x_get_string_resource): Ape just-previous changes to other | 16 | * nsfns.m (x_get_string_resource): Ape just-previous changes to other |
| 17 | platform versions. Drop support for emacs-20-style face specs. | 17 | platform versions. Drop support for emacs-20-style face specs. |
| 18 | (x-close-connection): Drop PSFlush() under OS X. | ||
| 18 | 19 | ||
| 19 | 2009-09-17 Juanma Barranquero <lekktu@gmail.com> | 20 | 2009-09-17 Juanma Barranquero <lekktu@gmail.com> |
| 20 | 21 | ||
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. */) | |||
| 1771 | Lisp_Object display; | 1771 | Lisp_Object display; |
| 1772 | { | 1772 | { |
| 1773 | check_ns (); | 1773 | check_ns (); |
| 1774 | #ifdef NS_IMPL_COCOA | ||
| 1775 | PSFlush (); | ||
| 1776 | #endif | ||
| 1777 | /*ns_delete_terminal (dpyinfo->terminal); */ | 1774 | /*ns_delete_terminal (dpyinfo->terminal); */ |
| 1778 | [NSApp terminate: NSApp]; | 1775 | [NSApp terminate: NSApp]; |
| 1779 | return Qnil; | 1776 | return Qnil; |