]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_macselect) [MAC_OSX]: Apply a change that was previously
authorYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 13 May 2005 02:28:53 +0000 (02:28 +0000)
committerYAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
Fri, 13 May 2005 02:28:53 +0000 (02:28 +0000)
mentioned but actually not applied.

src/macselect.c

index a115c9b32299ef8ab39cea9ff9499237de91049f..890bb62d1d4eb7416d5bbdd9e99ecdb75be1996b 100644 (file)
@@ -1104,9 +1104,11 @@ next communication only.  After the communication, this variable is
 set to nil.  */);
   Vnext_selection_coding_system = Qnil;
 
+#ifdef MAC_OSX
   DEFVAR_LISP ("mac-services-selection", &Vmac_services_selection,
               doc: /* Selection name for communication via Services menu.  */);
-  Vmac_services_selection = intern ("CLIPBOARD");
+  Vmac_services_selection = intern ("PRIMARY");
+#endif
 
   QPRIMARY   = intern ("PRIMARY");     staticpro (&QPRIMARY);
   QSECONDARY = intern ("SECONDARY");   staticpro (&QSECONDARY);