Mercurial > emacs
changeset 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 | a5516bad2c77 |
children | f1e03f4e94d2 |
files | src/macselect.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
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);