aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAdrian Robert2009-09-18 15:34:23 +0000
committerAdrian Robert2009-09-18 15:34:23 +0000
commit8aad0aea8b09d800d5c8805a7766f280d7622991 (patch)
treeb5d7411afc0afe0ba7cd9d428586b178b0ac2589 /src
parent044f9b057df73853112c8e85f566be833834156b (diff)
downloademacs-8aad0aea8b09d800d5c8805a7766f280d7622991.tar.gz
emacs-8aad0aea8b09d800d5c8805a7766f280d7622991.zip
* nsfns.m (x-close-connection): Drop PSFlush() under OS X.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog1
-rw-r--r--src/nsfns.m3
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
192009-09-17 Juanma Barranquero <lekktu@gmail.com> 202009-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;