From: YAMAMOTO Mitsuharu Date: Fri, 13 May 2005 02:28:53 +0000 (+0000) Subject: (syms_of_macselect) [MAC_OSX]: Apply a change that was previously X-Git-Tag: ttn-vms-21-2-B4~361 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3f2bf04a77828d521245c29324340decc2f8c2f3;p=emacs.git (syms_of_macselect) [MAC_OSX]: Apply a change that was previously mentioned but actually not applied. --- diff --git a/src/macselect.c b/src/macselect.c index a115c9b3229..890bb62d1d4 100644 --- a/src/macselect.c +++ b/src/macselect.c @@ -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);