diff options
author | Adrian Robert <Adrian.B.Robert@gmail.com> | 2009-09-18 15:34:23 +0000 |
---|---|---|
committer | Adrian Robert <Adrian.B.Robert@gmail.com> | 2009-09-18 15:34:23 +0000 |
commit | 8aad0aea8b09d800d5c8805a7766f280d7622991 (patch) | |
tree | b5d7411afc0afe0ba7cd9d428586b178b0ac2589 /src/nsfns.m | |
parent | 044f9b057df73853112c8e85f566be833834156b (diff) | |
download | emacs-8aad0aea8b09d800d5c8805a7766f280d7622991.tar.gz |
* nsfns.m (x-close-connection): Drop PSFlush() under OS X.
Diffstat (limited to 'src/nsfns.m')
-rw-r--r-- | src/nsfns.m | 3 |
1 files changed, 0 insertions, 3 deletions
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; |