Index: emacs/src/frame.c
diff -c emacs/src/frame.c:1.314 emacs/src/frame.c:1.315
*** emacs/src/frame.c:1.314     Sat Mar 19 16:36:44 2005
--- emacs/src/frame.c   Sun Apr 24 06:03:58 2005
***************
*** 1260,1265 ****
--- 1260,1269 ----
    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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to