Index: emacs/src/macselect.c
diff -c emacs/src/macselect.c:1.3 emacs/src/macselect.c:1.4
*** emacs/src/macselect.c:1.3 Fri May 6 08:03:08 2005
--- emacs/src/macselect.c Fri May 13 02:28:53 2005
***************
*** 1104,1112 ****
set to nil. */);
Vnext_selection_coding_system = Qnil;
DEFVAR_LISP ("mac-services-selection", &Vmac_services_selection,
doc: /* Selection name for communication via Services menu. */);
! Vmac_services_selection = intern ("CLIPBOARD");
QPRIMARY = intern ("PRIMARY"); staticpro (&QPRIMARY);
QSECONDARY = intern ("SECONDARY"); staticpro (&QSECONDARY);
--- 1104,1114 ----
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 ("PRIMARY");
! #endif
QPRIMARY = intern ("PRIMARY"); staticpro (&QPRIMARY);
QSECONDARY = intern ("SECONDARY"); staticpro (&QSECONDARY);
_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs