(syms_of_macselect) [MAC_OSX]: Apply a change that was previously

mentioned but actually not applied.
This commit is contained in:
YAMAMOTO Mitsuharu
2005-05-13 02:28:53 +00:00
parent 0f64661897
commit 3f2bf04a77

View 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);