From: YAMAMOTO Mitsuharu Date: Sun, 24 Apr 2005 06:03:58 +0000 (+0000) Subject: (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections. X-Git-Tag: ttn-vms-21-2-B4~786 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f706a7b26099f02c4784118aadebdbb135fc5008;p=emacs.git (Fdelete_frame) [MAC_OS]: Call x_clear_frame_selections. --- diff --git a/src/frame.c b/src/frame.c index d86d29db289..d757e935752 100644 --- a/src/frame.c +++ b/src/frame.c @@ -1260,6 +1260,10 @@ The functions are run with one arg, the frame to be deleted. */) if (FRAME_X_P (f)) x_clear_frame_selections (f); #endif +#ifdef MAC_OS + if (FRAME_MAC_P (f)) + x_clear_frame_selections (f); +#endif /* Free glyphs. This function must be called before the window tree of the