# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1115951333 0 # Node ID 6cae229f309b1d67ac58a93875fbbe836ac5b360 # Parent a5516bad2c77d0a8b55e5cd12dc69180187e2445 (syms_of_macselect) [MAC_OSX]: Apply a change that was previously mentioned but actually not applied. diff -r a5516bad2c77 -r 6cae229f309b src/macselect.c --- a/src/macselect.c Fri May 13 02:28:52 2005 +0000 +++ b/src/macselect.c Fri May 13 02:28:53 2005 +0000 @@ -1104,9 +1104,11 @@ 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);