emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/frame.c


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/src/frame.c
Date: Sun, 24 Apr 2005 02:03:58 -0400

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]