[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/macselect.c
From: |
YAMAMOTO Mitsuharu |
Subject: |
[Emacs-diffs] Changes to emacs/src/macselect.c |
Date: |
Thu, 12 May 2005 22:28:53 -0400 |
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);