Mercurial > emacs
diff src/macselect.c @ 62271:6cae229f309b
(syms_of_macselect) [MAC_OSX]: Apply a change that was previously
mentioned but actually not applied.
| author | YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
|---|---|
| date | Fri, 13 May 2005 02:28:53 +0000 |
| parents | b710f3bc2da3 |
| children | a8fa7c632ee4 |
line wrap: on
line diff
--- 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);
